Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 1.9 KB

ListRoleGrantsResponse.md

File metadata and controls

61 lines (33 loc) · 1.9 KB

ListRoleGrantsResponse

Properties

Name Type Description Notes
Grants Pointer to []UserRoleGrants [optional]
Pagination Pointer to KeysetPaginationResponse [optional]
UserGroupGrants Pointer to []UserGroupRoleGrant [optional]

Methods

NewListRoleGrantsResponse

func NewListRoleGrantsResponse() *ListRoleGrantsResponse

NewListRoleGrantsResponse instantiates a new ListRoleGrantsResponse 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.

GetGrants

func (o *ListRoleGrantsResponse) GetGrants() []UserRoleGrants

GetGrants returns the Grants field if non-nil, zero value otherwise.

SetGrants

func (o *ListRoleGrantsResponse) SetGrants(v []UserRoleGrants)

SetGrants sets Grants field to given value.

GetPagination

func (o *ListRoleGrantsResponse) GetPagination() KeysetPaginationResponse

GetPagination returns the Pagination field if non-nil, zero value otherwise.

SetPagination

func (o *ListRoleGrantsResponse) SetPagination(v KeysetPaginationResponse)

SetPagination sets Pagination field to given value.

GetUserGroupGrants

func (o *ListRoleGrantsResponse) GetUserGroupGrants() []UserGroupRoleGrant

GetUserGroupGrants returns the UserGroupGrants field if non-nil, zero value otherwise.

SetUserGroupGrants

func (o *ListRoleGrantsResponse) SetUserGroupGrants(v []UserGroupRoleGrant)

SetUserGroupGrants sets UserGroupGrants field to given value.

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