View Source GoogleApi.Redis.V1beta1.Model.CustomMetadataData (google_api_redis v0.39.0)

Any custom metadata associated with the resource. i.e. A spanner instance can have multiple databases with its own unique metadata. Information for these individual databases can be captured in custom metadata data

Attributes

  • databaseMetadata (type: list(GoogleApi.Redis.V1beta1.Model.DatabaseMetadata.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Redis.V1beta1.Model.CustomMetadataData{
  databaseMetadata: [GoogleApi.Redis.V1beta1.Model.DatabaseMetadata.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.