GoogleApi.Composer.V1beta1.Model.AirflowMetadataRetentionPolicyConfig (google_api_composer v0.36.3)

View Source

The policy for airflow metadata database retention.

Attributes

  • retentionDays (type: integer(), default: nil) - Optional. How many days data should be retained for.
  • retentionMode (type: String.t, default: nil) - Optional. Retention can be either enabled or disabled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Composer.V1beta1.Model.AirflowMetadataRetentionPolicyConfig{
  retentionDays: integer() | nil,
  retentionMode: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.