GoogleApi.Spanner.V1.Model.DatabaseRole (google_api_spanner v0.48.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.