View Source GoogleApi.Spanner.V1.Model.ListDatabaseRolesResponse (google_api_spanner v0.39.0)

The 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_token can 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.