google_api_container v0.1.0 GoogleApi.Container.V1.Model.AutoUpgradeOptions View Source

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

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Container.V1.Model.AutoUpgradeOptions{
  autoUpgradeStartTime: any(),
  description: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.