Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 3.94 KB

GroupLinks.md

File metadata and controls

160 lines (87 loc) · 3.94 KB

GroupLinks

Properties

Name Type Description Notes
Self Pointer to HrefObjectSelfLink [optional]
Apps Pointer to HrefObject [optional]
Logo Pointer to []HrefObject [optional]
Source Pointer to HrefObject [optional]
Users Pointer to HrefObject [optional]

Methods

NewGroupLinks

func NewGroupLinks() *GroupLinks

NewGroupLinks instantiates a new GroupLinks 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

NewGroupLinksWithDefaults

func NewGroupLinksWithDefaults() *GroupLinks

NewGroupLinksWithDefaults instantiates a new GroupLinks 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

GetSelf

func (o *GroupLinks) GetSelf() HrefObjectSelfLink

GetSelf returns the Self field if non-nil, zero value otherwise.

GetSelfOk

func (o *GroupLinks) GetSelfOk() (*HrefObjectSelfLink, bool)

GetSelfOk returns a tuple with the Self field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSelf

func (o *GroupLinks) SetSelf(v HrefObjectSelfLink)

SetSelf sets Self field to given value.

HasSelf

func (o *GroupLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

GetApps

func (o *GroupLinks) GetApps() HrefObject

GetApps returns the Apps field if non-nil, zero value otherwise.

GetAppsOk

func (o *GroupLinks) GetAppsOk() (*HrefObject, bool)

GetAppsOk returns a tuple with the Apps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetApps

func (o *GroupLinks) SetApps(v HrefObject)

SetApps sets Apps field to given value.

HasApps

func (o *GroupLinks) HasApps() bool

HasApps returns a boolean if a field has been set.

GetLogo

func (o *GroupLinks) GetLogo() []HrefObject

GetLogo returns the Logo field if non-nil, zero value otherwise.

GetLogoOk

func (o *GroupLinks) GetLogoOk() (*[]HrefObject, bool)

GetLogoOk returns a tuple with the Logo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLogo

func (o *GroupLinks) SetLogo(v []HrefObject)

SetLogo sets Logo field to given value.

HasLogo

func (o *GroupLinks) HasLogo() bool

HasLogo returns a boolean if a field has been set.

GetSource

func (o *GroupLinks) GetSource() HrefObject

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

func (o *GroupLinks) GetSourceOk() (*HrefObject, bool)

GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSource

func (o *GroupLinks) SetSource(v HrefObject)

SetSource sets Source field to given value.

HasSource

func (o *GroupLinks) HasSource() bool

HasSource returns a boolean if a field has been set.

GetUsers

func (o *GroupLinks) GetUsers() HrefObject

GetUsers returns the Users field if non-nil, zero value otherwise.

GetUsersOk

func (o *GroupLinks) GetUsersOk() (*HrefObject, bool)

GetUsersOk returns a tuple with the Users field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUsers

func (o *GroupLinks) SetUsers(v HrefObject)

SetUsers sets Users field to given value.

HasUsers

func (o *GroupLinks) HasUsers() bool

HasUsers returns a boolean if a field has been set.

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