| Name | Type | Description | Notes |
|---|---|---|---|
| FleetUids | Pointer to []string | [optional] | |
| Name | Pointer to string | [optional] | |
| ProjectUids | Pointer to []string | [optional] |
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
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
func (o *CreateUpdateRepository) GetFleetUids() []string
GetFleetUids returns the FleetUids field if non-nil, zero value otherwise.
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.
func (o *CreateUpdateRepository) SetFleetUids(v []string)
SetFleetUids sets FleetUids field to given value.
func (o *CreateUpdateRepository) HasFleetUids() bool
HasFleetUids returns a boolean if a field has been set.
func (o *CreateUpdateRepository) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *CreateUpdateRepository) SetName(v string)
SetName sets Name field to given value.
func (o *CreateUpdateRepository) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CreateUpdateRepository) GetProjectUids() []string
GetProjectUids returns the ProjectUids field if non-nil, zero value otherwise.
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.
func (o *CreateUpdateRepository) SetProjectUids(v []string)
SetProjectUids sets ProjectUids field to given value.
func (o *CreateUpdateRepository) HasProjectUids() bool
HasProjectUids returns a boolean if a field has been set.