GoogleApi.Container.V1.Model.AutoUpgradeOptions (google_api_container v0.57.0)

View Source

AutoUpgradeOptions defines the set of options for the user to control how the Auto Upgrades will proceed.

Attributes

  • autoUpgradeStartTime (type: String.t, default: nil) - Output only. This field is set when upgrades are about to commence with the approximate start time for the upgrades, in RFC3339 text format.
  • description (type: String.t, default: nil) - Output only. This field is set when upgrades are about to commence with the description of the upgrade.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Container.V1.Model.AutoUpgradeOptions{
  autoUpgradeStartTime: String.t() | nil,
  description: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.