GoogleApi.Spanner.V1.Model.DatabaseRole (google_api_spanner v0.48.0)
View SourceA Cloud Spanner database role.
Attributes
-
name
(type:String.t
, default:nil
) - Required. The name of the database role. Values are of the formprojects//instances//databases//databaseRoles/
where` is as specified in the
CREATE 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}