View Source GoogleApi.Redis.V1.Model.BackupCollection (google_api_redis v0.50.0)

BackupCollection of a cluster.

Attributes

  • cluster (type: String.t, default: nil) - Output only. The full resource path of the cluster the backup collection belongs to. Example: projects/{project}/locations/{location}/clusters/{cluster}
  • clusterUid (type: String.t, default: nil) - Output only. The cluster uid of the backup collection.
  • name (type: String.t, default: nil) - Identifier. Full resource path of the backup collection.
  • uid (type: String.t, default: nil) - Output only. System assigned unique identifier of the backup collection.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Redis.V1.Model.BackupCollection{
  cluster: String.t() | nil,
  clusterUid: String.t() | nil,
  name: String.t() | nil,
  uid: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.