google_api_monitoring v0.25.0 GoogleApi.Monitoring.V3.Model.ResourceGroup View Source

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

Attributes

  • groupId (type: String.t, default: nil) - The group of resources being monitored. Should be only the [GROUP_ID], and not the full-path projects/[PROJECT_ID]/groups/[GROUP_ID].
  • resourceType (type: String.t, default: nil) - The resource type of the group members.

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.Monitoring.V3.Model.ResourceGroup{
  groupId: String.t(),
  resourceType: String.t()
}

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.