Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.26 KB

IamRoleLinks.md

File metadata and controls

82 lines (45 loc) · 2.26 KB

IamRoleLinks

Properties

Name Type Description Notes
Self Pointer to HrefObjectSelfLink [optional]
Permissions Pointer to HrefObject [optional]

Methods

NewIamRoleLinks

func NewIamRoleLinks() *IamRoleLinks

NewIamRoleLinks instantiates a new IamRoleLinks 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

NewIamRoleLinksWithDefaults

func NewIamRoleLinksWithDefaults() *IamRoleLinks

NewIamRoleLinksWithDefaults instantiates a new IamRoleLinks 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 *IamRoleLinks) GetSelf() HrefObjectSelfLink

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

GetSelfOk

func (o *IamRoleLinks) 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 *IamRoleLinks) SetSelf(v HrefObjectSelfLink)

SetSelf sets Self field to given value.

HasSelf

func (o *IamRoleLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

GetPermissions

func (o *IamRoleLinks) GetPermissions() HrefObject

GetPermissions returns the Permissions field if non-nil, zero value otherwise.

GetPermissionsOk

func (o *IamRoleLinks) GetPermissionsOk() (*HrefObject, bool)

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

SetPermissions

func (o *IamRoleLinks) SetPermissions(v HrefObject)

SetPermissions sets Permissions field to given value.

HasPermissions

func (o *IamRoleLinks) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

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