Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.46 KB

File metadata and controls

114 lines (61 loc) · 3.46 KB

GolangGroupRepositoryApiRequest

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

Methods

NewGolangGroupRepositoryApiRequest

func NewGolangGroupRepositoryApiRequest(group GroupAttributes, name string, online bool, storage StorageAttributes, ) *GolangGroupRepositoryApiRequest

NewGolangGroupRepositoryApiRequest instantiates a new GolangGroupRepositoryApiRequest 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

NewGolangGroupRepositoryApiRequestWithDefaults

func NewGolangGroupRepositoryApiRequestWithDefaults() *GolangGroupRepositoryApiRequest

NewGolangGroupRepositoryApiRequestWithDefaults instantiates a new GolangGroupRepositoryApiRequest 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 *GolangGroupRepositoryApiRequest) GetGroup() GroupAttributes

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

GetGroupOk

func (o *GolangGroupRepositoryApiRequest) 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 *GolangGroupRepositoryApiRequest) SetGroup(v GroupAttributes)

SetGroup sets Group field to given value.

GetName

func (o *GolangGroupRepositoryApiRequest) GetName() string

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

GetNameOk

func (o *GolangGroupRepositoryApiRequest) 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 *GolangGroupRepositoryApiRequest) SetName(v string)

SetName sets Name field to given value.

GetOnline

func (o *GolangGroupRepositoryApiRequest) GetOnline() bool

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

GetOnlineOk

func (o *GolangGroupRepositoryApiRequest) 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 *GolangGroupRepositoryApiRequest) SetOnline(v bool)

SetOnline sets Online field to given value.

GetStorage

func (o *GolangGroupRepositoryApiRequest) GetStorage() StorageAttributes

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

GetStorageOk

func (o *GolangGroupRepositoryApiRequest) 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 *GolangGroupRepositoryApiRequest) SetStorage(v StorageAttributes)

SetStorage sets Storage field to given value.

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