Name | Type | Description | Notes |
---|---|---|---|
Grants | Pointer to []UserRoleGrants | [optional] | |
Pagination | Pointer to KeysetPaginationResponse | [optional] | |
UserGroupGrants | Pointer to []UserGroupRoleGrant | [optional] |
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.
func (o *ListRoleGrantsResponse) GetGrants() []UserRoleGrants
GetGrants returns the Grants field if non-nil, zero value otherwise.
func (o *ListRoleGrantsResponse) SetGrants(v []UserRoleGrants)
SetGrants sets Grants field to given value.
func (o *ListRoleGrantsResponse) GetPagination() KeysetPaginationResponse
GetPagination returns the Pagination field if non-nil, zero value otherwise.
func (o *ListRoleGrantsResponse) SetPagination(v KeysetPaginationResponse)
SetPagination sets Pagination field to given value.
func (o *ListRoleGrantsResponse) GetUserGroupGrants() []UserGroupRoleGrant
GetUserGroupGrants returns the UserGroupGrants field if non-nil, zero value otherwise.
func (o *ListRoleGrantsResponse) SetUserGroupGrants(v []UserGroupRoleGrant)
SetUserGroupGrants sets UserGroupGrants field to given value.