google_api_iam v0.17.0 GoogleApi.IAM.V1.Model.ListRolesResponse View Source
The response containing the roles defined under a resource.
Attributes
nextPageToken
(type:String.t
, default:nil
) - To retrieve the next page of results, setListRolesRequest.page_token
to this value.roles
(type:list(GoogleApi.IAM.V1.Model.Role.t)
, default:nil
) - The Roles defined on this resource.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.IAM.V1.Model.ListRolesResponse{ nextPageToken: String.t(), roles: [GoogleApi.IAM.V1.Model.Role.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.