GoogleApi.Composer.V1.Model.RecoveryConfig (google_api_composer v0.36.3)

View Source

The Recovery settings of an environment.

Attributes

  • scheduledSnapshotsConfig (type: GoogleApi.Composer.V1.Model.ScheduledSnapshotsConfig.t, default: nil) - Optional. The configuration for scheduled snapshot creation mechanism.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Composer.V1.Model.RecoveryConfig{
  scheduledSnapshotsConfig:
    GoogleApi.Composer.V1.Model.ScheduledSnapshotsConfig.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.