Skip to content

Latest commit

 

History

History
105 lines (59 loc) · 3.14 KB

File metadata and controls

105 lines (59 loc) · 3.14 KB

CreateUpdateRepository

Properties

Name Type Description Notes
FleetUids Pointer to []string [optional]
Name Pointer to string [optional]
ProjectUids Pointer to []string [optional]

Methods

NewCreateUpdateRepository

func NewCreateUpdateRepository() *CreateUpdateRepository

NewCreateUpdateRepository instantiates a new CreateUpdateRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewCreateUpdateRepositoryWithDefaults

func NewCreateUpdateRepositoryWithDefaults() *CreateUpdateRepository

NewCreateUpdateRepositoryWithDefaults instantiates a new CreateUpdateRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetFleetUids

func (o *CreateUpdateRepository) GetFleetUids() []string

GetFleetUids returns the FleetUids field if non-nil, zero value otherwise.

GetFleetUidsOk

func (o *CreateUpdateRepository) GetFleetUidsOk() (*[]string, bool)

GetFleetUidsOk returns a tuple with the FleetUids field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFleetUids

func (o *CreateUpdateRepository) SetFleetUids(v []string)

SetFleetUids sets FleetUids field to given value.

HasFleetUids

func (o *CreateUpdateRepository) HasFleetUids() bool

HasFleetUids returns a boolean if a field has been set.

GetName

func (o *CreateUpdateRepository) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *CreateUpdateRepository) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *CreateUpdateRepository) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *CreateUpdateRepository) HasName() bool

HasName returns a boolean if a field has been set.

GetProjectUids

func (o *CreateUpdateRepository) GetProjectUids() []string

GetProjectUids returns the ProjectUids field if non-nil, zero value otherwise.

GetProjectUidsOk

func (o *CreateUpdateRepository) GetProjectUidsOk() (*[]string, bool)

GetProjectUidsOk returns a tuple with the ProjectUids field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProjectUids

func (o *CreateUpdateRepository) SetProjectUids(v []string)

SetProjectUids sets ProjectUids field to given value.

HasProjectUids

func (o *CreateUpdateRepository) HasProjectUids() bool

HasProjectUids returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]