| Name | Type | Description | Notes |
|---|---|---|---|
| Format | string | Component format held in this repository | |
| Group | GroupAttributes | ||
| Name | string | A unique identifier for this repository | |
| Online | bool | Whether this repository accepts incoming requests | |
| Storage | StorageAttributes | ||
| Type | string | Controls if deployments of and updates to artifacts are allowed | |
| Url | Pointer to string | URL to the repository | [optional] |
func NewSwiftGroupApiRepository(format string, group GroupAttributes, name string, online bool, storage StorageAttributes, type_ string, ) *SwiftGroupApiRepository
NewSwiftGroupApiRepository instantiates a new SwiftGroupApiRepository 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 NewSwiftGroupApiRepositoryWithDefaults() *SwiftGroupApiRepository
NewSwiftGroupApiRepositoryWithDefaults instantiates a new SwiftGroupApiRepository 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 *SwiftGroupApiRepository) GetFormat() string
GetFormat returns the Format field if non-nil, zero value otherwise.
func (o *SwiftGroupApiRepository) GetFormatOk() (*string, bool)
GetFormatOk returns a tuple with the Format field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SwiftGroupApiRepository) SetFormat(v string)
SetFormat sets Format field to given value.
func (o *SwiftGroupApiRepository) GetGroup() GroupAttributes
GetGroup returns the Group field if non-nil, zero value otherwise.
func (o *SwiftGroupApiRepository) GetGroupOk() (*GroupAttributes, 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 *SwiftGroupApiRepository) SetGroup(v GroupAttributes)
SetGroup sets Group field to given value.
func (o *SwiftGroupApiRepository) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SwiftGroupApiRepository) 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 *SwiftGroupApiRepository) SetName(v string)
SetName sets Name field to given value.
func (o *SwiftGroupApiRepository) GetOnline() bool
GetOnline returns the Online field if non-nil, zero value otherwise.
func (o *SwiftGroupApiRepository) 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 *SwiftGroupApiRepository) SetOnline(v bool)
SetOnline sets Online field to given value.
func (o *SwiftGroupApiRepository) GetStorage() StorageAttributes
GetStorage returns the Storage field if non-nil, zero value otherwise.
func (o *SwiftGroupApiRepository) 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 *SwiftGroupApiRepository) SetStorage(v StorageAttributes)
SetStorage sets Storage field to given value.
func (o *SwiftGroupApiRepository) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *SwiftGroupApiRepository) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SwiftGroupApiRepository) SetType(v string)
SetType sets Type field to given value.
func (o *SwiftGroupApiRepository) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *SwiftGroupApiRepository) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SwiftGroupApiRepository) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *SwiftGroupApiRepository) HasUrl() bool
HasUrl returns a boolean if a field has been set.