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

Request for [BackupCluster].

Attributes

  • backupId (type: String.t, default: nil) - Optional. The id of the backup to be created. If not specified, the default value ([YYYYMMDDHHMMSS]_[Shortened Cluster UID] is used.
  • ttl (type: String.t, default: nil) - Optional. TTL for the backup to expire. Value range is 1 day to 100 years. If not specified, the default value is 100 years.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Redis.V1.Model.BackupClusterRequest{
  backupId: String.t() | nil,
  ttl: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.