Struct google_container1::AutoUpgradeOptions[][src]

pub struct AutoUpgradeOptions {
    pub description: Option<String>,
    pub auto_upgrade_start_time: Option<String>,
}

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

This type is not used in any activity, and only used as part of another schema.

Fields

[Output only] This field is set when upgrades are about to commence with the description of the upgrade.

[Output only] This field is set when upgrades are about to commence with the approximate start time for the upgrades, in RFC3339 text format.

Trait Implementations

impl Default for AutoUpgradeOptions
[src]

Returns the "default value" for a type. Read more

impl Clone for AutoUpgradeOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AutoUpgradeOptions
[src]

Formats the value using the given formatter. Read more

impl Part for AutoUpgradeOptions
[src]

Auto Trait Implementations