Struct google_manager1_beta2::AutoscalingModuleStatus[][src]

pub struct AutoscalingModuleStatus {
    pub autoscaling_config_url: Option<String>,
}

There is no detailed description.

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

Fields

[Output Only] The URL of the corresponding Autoscaling configuration.

Trait Implementations

impl Default for AutoscalingModuleStatus
[src]

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

impl Clone for AutoscalingModuleStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AutoscalingModuleStatus
[src]

Formats the value using the given formatter. Read more

impl Part for AutoscalingModuleStatus
[src]

Auto Trait Implementations