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

A Cloud Spanner database role.

Attributes

  • name (type: String.t, default: nil) - Required. The name of the database role. Values are of the form projects//instances//databases//databaseRoles/ where ` is as specified in theCREATE ROLE` DDL statement.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Spanner.V1.Model.DatabaseRole{name: String.t() | nil}

Functions

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

Unwrap a decoded JSON object into its complex fields.