Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.78 KB

RoleAssignmentListResponseWithNames.md

File metadata and controls

82 lines (45 loc) · 2.78 KB

RoleAssignmentListResponseWithNames

Properties

Name Type Description Notes
Links Pointer to Links [optional]
RoleAssignments Pointer to []RoleAssignmentWithNames [optional]

Methods

NewRoleAssignmentListResponseWithNames

func NewRoleAssignmentListResponseWithNames() *RoleAssignmentListResponseWithNames

NewRoleAssignmentListResponseWithNames instantiates a new RoleAssignmentListResponseWithNames 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

NewRoleAssignmentListResponseWithNamesWithDefaults

func NewRoleAssignmentListResponseWithNamesWithDefaults() *RoleAssignmentListResponseWithNames

NewRoleAssignmentListResponseWithNamesWithDefaults instantiates a new RoleAssignmentListResponseWithNames 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

GetLinks

func (o *RoleAssignmentListResponseWithNames) GetLinks() Links

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

GetLinksOk

func (o *RoleAssignmentListResponseWithNames) GetLinksOk() (*Links, 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 *RoleAssignmentListResponseWithNames) SetLinks(v Links)

SetLinks sets Links field to given value.

HasLinks

func (o *RoleAssignmentListResponseWithNames) HasLinks() bool

HasLinks returns a boolean if a field has been set.

GetRoleAssignments

func (o *RoleAssignmentListResponseWithNames) GetRoleAssignments() []RoleAssignmentWithNames

GetRoleAssignments returns the RoleAssignments field if non-nil, zero value otherwise.

GetRoleAssignmentsOk

func (o *RoleAssignmentListResponseWithNames) GetRoleAssignmentsOk() (*[]RoleAssignmentWithNames, bool)

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

SetRoleAssignments

func (o *RoleAssignmentListResponseWithNames) SetRoleAssignments(v []RoleAssignmentWithNames)

SetRoleAssignments sets RoleAssignments field to given value.

HasRoleAssignments

func (o *RoleAssignmentListResponseWithNames) HasRoleAssignments() bool

HasRoleAssignments returns a boolean if a field has been set.

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