Struct google_manager1_beta2::HealthCheckModuleStatus[][src]

pub struct HealthCheckModuleStatus {
    pub health_check_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 HealthCheck URL.

Trait Implementations

impl Default for HealthCheckModuleStatus
[src]

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

impl Clone for HealthCheckModuleStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HealthCheckModuleStatus
[src]

Formats the value using the given formatter. Read more

impl Part for HealthCheckModuleStatus
[src]

Auto Trait Implementations