| Name | Type | Description | Notes |
|---|---|---|---|
| Group | GroupAttributes | ||
| Name | string | A unique identifier for this repository | |
| Online | bool | Whether this repository accepts incoming requests | |
| Storage | StorageAttributes | ||
| Format | string | [default to "rubygems"] | |
| Type | string | [default to "group"] | |
| Url | string |
func NewRubyGemsGroupApiRepository(group GroupAttributes, name string, online bool, storage StorageAttributes, format string, type_ string, url string, ) *RubyGemsGroupApiRepository
NewRubyGemsGroupApiRepository instantiates a new RubyGemsGroupApiRepository 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 NewRubyGemsGroupApiRepositoryWithDefaults() *RubyGemsGroupApiRepository
NewRubyGemsGroupApiRepositoryWithDefaults instantiates a new RubyGemsGroupApiRepository 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 *RubyGemsGroupApiRepository) GetGroup() GroupAttributes
GetGroup returns the Group field if non-nil, zero value otherwise.
func (o *RubyGemsGroupApiRepository) 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 *RubyGemsGroupApiRepository) SetGroup(v GroupAttributes)
SetGroup sets Group field to given value.
func (o *RubyGemsGroupApiRepository) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *RubyGemsGroupApiRepository) 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 *RubyGemsGroupApiRepository) SetName(v string)
SetName sets Name field to given value.
func (o *RubyGemsGroupApiRepository) GetOnline() bool
GetOnline returns the Online field if non-nil, zero value otherwise.
func (o *RubyGemsGroupApiRepository) 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 *RubyGemsGroupApiRepository) SetOnline(v bool)
SetOnline sets Online field to given value.
func (o *RubyGemsGroupApiRepository) GetStorage() StorageAttributes
GetStorage returns the Storage field if non-nil, zero value otherwise.
func (o *RubyGemsGroupApiRepository) 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 *RubyGemsGroupApiRepository) SetStorage(v StorageAttributes)
SetStorage sets Storage field to given value.
func (o *RubyGemsGroupApiRepository) GetFormat() string
GetFormat returns the Format field if non-nil, zero value otherwise.
func (o *RubyGemsGroupApiRepository) 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 *RubyGemsGroupApiRepository) SetFormat(v string)
SetFormat sets Format field to given value.
func (o *RubyGemsGroupApiRepository) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *RubyGemsGroupApiRepository) 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 *RubyGemsGroupApiRepository) SetType(v string)
SetType sets Type field to given value.
func (o *RubyGemsGroupApiRepository) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *RubyGemsGroupApiRepository) 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 *RubyGemsGroupApiRepository) SetUrl(v string)
SetUrl sets Url field to given value.