Skip to content

Latest commit

 

History

History
177 lines (94 loc) · 4.9 KB

File metadata and controls

177 lines (94 loc) · 4.9 KB

RubyGemsGroupApiRepository

Properties

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

Methods

NewRubyGemsGroupApiRepository

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

NewRubyGemsGroupApiRepositoryWithDefaults

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

GetGroup

func (o *RubyGemsGroupApiRepository) GetGroup() GroupAttributes

GetGroup returns the Group field if non-nil, zero value otherwise.

GetGroupOk

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.

SetGroup

func (o *RubyGemsGroupApiRepository) SetGroup(v GroupAttributes)

SetGroup sets Group field to given value.

GetName

func (o *RubyGemsGroupApiRepository) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *RubyGemsGroupApiRepository) SetName(v string)

SetName sets Name field to given value.

GetOnline

func (o *RubyGemsGroupApiRepository) GetOnline() bool

GetOnline returns the Online field if non-nil, zero value otherwise.

GetOnlineOk

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.

SetOnline

func (o *RubyGemsGroupApiRepository) SetOnline(v bool)

SetOnline sets Online field to given value.

GetStorage

func (o *RubyGemsGroupApiRepository) GetStorage() StorageAttributes

GetStorage returns the Storage field if non-nil, zero value otherwise.

GetStorageOk

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.

SetStorage

func (o *RubyGemsGroupApiRepository) SetStorage(v StorageAttributes)

SetStorage sets Storage field to given value.

GetFormat

func (o *RubyGemsGroupApiRepository) GetFormat() string

GetFormat returns the Format field if non-nil, zero value otherwise.

GetFormatOk

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.

SetFormat

func (o *RubyGemsGroupApiRepository) SetFormat(v string)

SetFormat sets Format field to given value.

GetType

func (o *RubyGemsGroupApiRepository) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *RubyGemsGroupApiRepository) SetType(v string)

SetType sets Type field to given value.

GetUrl

func (o *RubyGemsGroupApiRepository) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

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.

SetUrl

func (o *RubyGemsGroupApiRepository) SetUrl(v string)

SetUrl sets Url field to given value.

[Back to Model list] [Back to API list] [Back to README]