View Source GoogleApi.Redis.V1beta1.Model.SpannerLocation (google_api_redis v0.43.0)

Attributes

  • backupName (type: list(String.t), default: nil) - Set of backups used by the resource with name in the same format as what is available at http://table/spanner_automon.backup_metadata
  • dbName (type: list(String.t), default: nil) - Set of databases used by the resource in format /span//

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Redis.V1beta1.Model.SpannerLocation{
  backupName: [String.t()] | nil,
  dbName: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.