Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.02 KB

RoleLinks.md

File metadata and controls

108 lines (59 loc) · 3.02 KB

RoleLinks

Properties

Name Type Description Notes
Organization Pointer to Get200ResponseLinksLogCache [optional]
Self Pointer to Get200ResponseLinksLogCache [optional]
User Pointer to Get200ResponseLinksLogCache [optional]

Methods

NewRoleLinks

func NewRoleLinks() *RoleLinks

NewRoleLinks instantiates a new RoleLinks 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

NewRoleLinksWithDefaults

func NewRoleLinksWithDefaults() *RoleLinks

NewRoleLinksWithDefaults instantiates a new RoleLinks 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

GetOrganization

func (o *RoleLinks) GetOrganization() Get200ResponseLinksLogCache

GetOrganization returns the Organization field if non-nil, zero value otherwise.

GetOrganizationOk

func (o *RoleLinks) GetOrganizationOk() (*Get200ResponseLinksLogCache, bool)

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

SetOrganization

func (o *RoleLinks) SetOrganization(v Get200ResponseLinksLogCache)

SetOrganization sets Organization field to given value.

HasOrganization

func (o *RoleLinks) HasOrganization() bool

HasOrganization returns a boolean if a field has been set.

GetSelf

func (o *RoleLinks) GetSelf() Get200ResponseLinksLogCache

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

GetSelfOk

func (o *RoleLinks) GetSelfOk() (*Get200ResponseLinksLogCache, 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 *RoleLinks) SetSelf(v Get200ResponseLinksLogCache)

SetSelf sets Self field to given value.

HasSelf

func (o *RoleLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

GetUser

func (o *RoleLinks) GetUser() Get200ResponseLinksLogCache

GetUser returns the User field if non-nil, zero value otherwise.

GetUserOk

func (o *RoleLinks) GetUserOk() (*Get200ResponseLinksLogCache, bool)

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

SetUser

func (o *RoleLinks) SetUser(v Get200ResponseLinksLogCache)

SetUser sets User field to given value.

HasUser

func (o *RoleLinks) HasUser() bool

HasUser returns a boolean if a field has been set.

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