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

Configuration of the RDB based persistence.

Attributes

  • rdbSnapshotPeriod (type: String.t, default: nil) - Optional. Period between RDB snapshots.
  • rdbSnapshotStartTime (type: DateTime.t, default: nil) - Optional. The time that the first snapshot was/will be attempted, and to which future snapshots will be aligned. If not provided, the current time will be used.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Redis.V1beta1.Model.RDBConfig{
  rdbSnapshotPeriod: String.t() | nil,
  rdbSnapshotStartTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.