Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.45 KB

GetAllRolesForUserResponse.md

File metadata and controls

48 lines (26 loc) · 1.45 KB

GetAllRolesForUserResponse

Properties

Name Type Description Notes
GroupRoles Pointer to []BuiltInFromGroups [optional]
Roles Pointer to []BuiltInRole [optional]

Methods

NewGetAllRolesForUserResponse

func NewGetAllRolesForUserResponse() *GetAllRolesForUserResponse

NewGetAllRolesForUserResponse instantiates a new GetAllRolesForUserResponse 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.

GetGroupRoles

func (o *GetAllRolesForUserResponse) GetGroupRoles() []BuiltInFromGroups

GetGroupRoles returns the GroupRoles field if non-nil, zero value otherwise.

SetGroupRoles

func (o *GetAllRolesForUserResponse) SetGroupRoles(v []BuiltInFromGroups)

SetGroupRoles sets GroupRoles field to given value.

GetRoles

func (o *GetAllRolesForUserResponse) GetRoles() []BuiltInRole

GetRoles returns the Roles field if non-nil, zero value otherwise.

SetRoles

func (o *GetAllRolesForUserResponse) SetRoles(v []BuiltInRole)

SetRoles sets Roles field to given value.

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