Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.33 KB

ResourceSetBindingRole.md

File metadata and controls

82 lines (45 loc) · 2.33 KB

ResourceSetBindingRole

Properties

Name Type Description Notes
Id Pointer to string [optional]
Links Pointer to ResourceSetBindingRoleLinks [optional]

Methods

NewResourceSetBindingRole

func NewResourceSetBindingRole() *ResourceSetBindingRole

NewResourceSetBindingRole instantiates a new ResourceSetBindingRole 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

NewResourceSetBindingRoleWithDefaults

func NewResourceSetBindingRoleWithDefaults() *ResourceSetBindingRole

NewResourceSetBindingRoleWithDefaults instantiates a new ResourceSetBindingRole 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

GetId

func (o *ResourceSetBindingRole) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ResourceSetBindingRole) GetIdOk() (*string, bool)

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

SetId

func (o *ResourceSetBindingRole) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ResourceSetBindingRole) HasId() bool

HasId returns a boolean if a field has been set.

GetLinks

func (o *ResourceSetBindingRole) GetLinks() ResourceSetBindingRoleLinks

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *ResourceSetBindingRole) GetLinksOk() (*ResourceSetBindingRoleLinks, bool)

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

SetLinks

func (o *ResourceSetBindingRole) SetLinks(v ResourceSetBindingRoleLinks)

SetLinks sets Links field to given value.

HasLinks

func (o *ResourceSetBindingRole) HasLinks() bool

HasLinks returns a boolean if a field has been set.

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