GoogleApi.Spanner.V1.Model.ListDatabaseRolesResponse (google_api_spanner v0.48.0)
View SourceThe response for ListDatabaseRoles.
Attributes
-
databaseRoles(type:list(GoogleApi.Spanner.V1.Model.DatabaseRole.t), default:nil) - Database roles that matched the request. -
nextPageToken(type:String.t, default:nil) -next_page_tokencan be sent in a subsequent ListDatabaseRoles call to fetch more of the matching roles.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Spanner.V1.Model.ListDatabaseRolesResponse{ databaseRoles: [GoogleApi.Spanner.V1.Model.DatabaseRole.t()] | nil, nextPageToken: String.t() | nil }