| Name | Type | Description | Notes |
|---|---|---|---|
| Docker | DockerAttributes | ||
| Group | GroupDeployAttributes | ||
| Name | string | A unique identifier for this repository (must be lowercase for Docker repositories) | |
| Online | bool | Whether this repository accepts incoming requests | |
| Storage | StorageAttributes |
func NewDockerGroupRepositoryApiRequest(docker DockerAttributes, group GroupDeployAttributes, name string, online bool, storage StorageAttributes, ) *DockerGroupRepositoryApiRequest
NewDockerGroupRepositoryApiRequest instantiates a new DockerGroupRepositoryApiRequest 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 NewDockerGroupRepositoryApiRequestWithDefaults() *DockerGroupRepositoryApiRequest
NewDockerGroupRepositoryApiRequestWithDefaults instantiates a new DockerGroupRepositoryApiRequest 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 *DockerGroupRepositoryApiRequest) GetDocker() DockerAttributes
GetDocker returns the Docker field if non-nil, zero value otherwise.
func (o *DockerGroupRepositoryApiRequest) GetDockerOk() (*DockerAttributes, bool)
GetDockerOk returns a tuple with the Docker field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DockerGroupRepositoryApiRequest) SetDocker(v DockerAttributes)
SetDocker sets Docker field to given value.
func (o *DockerGroupRepositoryApiRequest) GetGroup() GroupDeployAttributes
GetGroup returns the Group field if non-nil, zero value otherwise.
func (o *DockerGroupRepositoryApiRequest) GetGroupOk() (*GroupDeployAttributes, bool)
GetGroupOk returns a tuple with the Group field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DockerGroupRepositoryApiRequest) SetGroup(v GroupDeployAttributes)
SetGroup sets Group field to given value.
func (o *DockerGroupRepositoryApiRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DockerGroupRepositoryApiRequest) 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 *DockerGroupRepositoryApiRequest) SetName(v string)
SetName sets Name field to given value.
func (o *DockerGroupRepositoryApiRequest) GetOnline() bool
GetOnline returns the Online field if non-nil, zero value otherwise.
func (o *DockerGroupRepositoryApiRequest) GetOnlineOk() (*bool, bool)
GetOnlineOk returns a tuple with the Online field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DockerGroupRepositoryApiRequest) SetOnline(v bool)
SetOnline sets Online field to given value.
func (o *DockerGroupRepositoryApiRequest) GetStorage() StorageAttributes
GetStorage returns the Storage field if non-nil, zero value otherwise.
func (o *DockerGroupRepositoryApiRequest) GetStorageOk() (*StorageAttributes, bool)
GetStorageOk returns a tuple with the Storage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DockerGroupRepositoryApiRequest) SetStorage(v StorageAttributes)
SetStorage sets Storage field to given value.