Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.28 KB

PermissionLinks.md

File metadata and controls

108 lines (59 loc) · 3.28 KB

PermissionLinks

Properties

Name Type Description Notes
Role Pointer to ListAccountsForStack200ResponseLinksStack [optional]
Account Pointer to ListAccountsForStack200ResponseLinksStack [optional]
Self Pointer to ListAccountsForStack200ResponseLinksStack [optional]

Methods

NewPermissionLinks

func NewPermissionLinks() *PermissionLinks

NewPermissionLinks instantiates a new PermissionLinks 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

NewPermissionLinksWithDefaults

func NewPermissionLinksWithDefaults() *PermissionLinks

NewPermissionLinksWithDefaults instantiates a new PermissionLinks 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

GetRole

func (o *PermissionLinks) GetRole() ListAccountsForStack200ResponseLinksStack

GetRole returns the Role field if non-nil, zero value otherwise.

GetRoleOk

func (o *PermissionLinks) GetRoleOk() (*ListAccountsForStack200ResponseLinksStack, bool)

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

SetRole

func (o *PermissionLinks) SetRole(v ListAccountsForStack200ResponseLinksStack)

SetRole sets Role field to given value.

HasRole

func (o *PermissionLinks) HasRole() bool

HasRole returns a boolean if a field has been set.

GetAccount

func (o *PermissionLinks) GetAccount() ListAccountsForStack200ResponseLinksStack

GetAccount returns the Account field if non-nil, zero value otherwise.

GetAccountOk

func (o *PermissionLinks) GetAccountOk() (*ListAccountsForStack200ResponseLinksStack, bool)

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

SetAccount

func (o *PermissionLinks) SetAccount(v ListAccountsForStack200ResponseLinksStack)

SetAccount sets Account field to given value.

HasAccount

func (o *PermissionLinks) HasAccount() bool

HasAccount returns a boolean if a field has been set.

GetSelf

func (o *PermissionLinks) GetSelf() ListAccountsForStack200ResponseLinksStack

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

GetSelfOk

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

SetSelf sets Self field to given value.

HasSelf

func (o *PermissionLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

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