Struct google_monitoring3::ResourceGroup[][src]

pub struct ResourceGroup {
    pub resource_type: Option<String>,
    pub group_id: Option<String>,
}

The resource submessage for group checks. It can be used instead of a monitored resource, when multiple resources are being monitored.

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

Fields

The resource type of the group members.

The group of resources being monitored. Should be only the group_id, not projects/<project_id>/groups/<group_id>.

Trait Implementations

impl Default for ResourceGroup
[src]

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

impl Clone for ResourceGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ResourceGroup
[src]

Formats the value using the given formatter. Read more

impl Part for ResourceGroup
[src]

Auto Trait Implementations