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

Attributes

  • quantityBasedRetention (type: integer(), default: nil) -
  • retentionUnit (type: String.t, default: nil) - The unit that 'retained_backups' represents.
  • timeBasedRetention (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Redis.V1beta1.Model.RetentionSettings{
  quantityBasedRetention: integer() | nil,
  retentionUnit: String.t() | nil,
  timeBasedRetention: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.