View Source GoogleApi.AlloyDB.V1.Model.TimeBasedRetention (google_api_alloy_db v0.4.0)

A time based retention policy specifies that all backups within a certain time period should be retained.

Attributes

  • retentionPeriod (type: String.t, default: nil) - The retention period.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlloyDB.V1.Model.TimeBasedRetention{
  retentionPeriod: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.