Name | Type | Description | Notes |
---|---|---|---|
Group | GroupDeployAttributes | ||
Name | Pointer to string | A unique identifier for this repository | [optional] [readonly] |
Online | bool | Whether this repository accepts incoming requests | [readonly] |
Storage | StorageAttributes |
func NewSimpleApiGroupDeployRepository(group GroupDeployAttributes, online bool, storage StorageAttributes, ) *SimpleApiGroupDeployRepository
NewSimpleApiGroupDeployRepository instantiates a new SimpleApiGroupDeployRepository 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 NewSimpleApiGroupDeployRepositoryWithDefaults() *SimpleApiGroupDeployRepository
NewSimpleApiGroupDeployRepositoryWithDefaults instantiates a new SimpleApiGroupDeployRepository 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 *SimpleApiGroupDeployRepository) GetGroup() GroupDeployAttributes
GetGroup returns the Group field if non-nil, zero value otherwise.
func (o *SimpleApiGroupDeployRepository) 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 *SimpleApiGroupDeployRepository) SetGroup(v GroupDeployAttributes)
SetGroup sets Group field to given value.
func (o *SimpleApiGroupDeployRepository) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SimpleApiGroupDeployRepository) 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 *SimpleApiGroupDeployRepository) SetName(v string)
SetName sets Name field to given value.
func (o *SimpleApiGroupDeployRepository) HasName() bool
HasName returns a boolean if a field has been set.
func (o *SimpleApiGroupDeployRepository) GetOnline() bool
GetOnline returns the Online field if non-nil, zero value otherwise.
func (o *SimpleApiGroupDeployRepository) 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 *SimpleApiGroupDeployRepository) SetOnline(v bool)
SetOnline sets Online field to given value.
func (o *SimpleApiGroupDeployRepository) GetStorage() StorageAttributes
GetStorage returns the Storage field if non-nil, zero value otherwise.
func (o *SimpleApiGroupDeployRepository) 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 *SimpleApiGroupDeployRepository) SetStorage(v StorageAttributes)
SetStorage sets Storage field to given value.