View Source GoogleApi.Monitoring.V3.Model.ResourceGroup (google_api_monitoring v0.55.0)

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_OR_NUMBER]/groups/[GROUP_ID].
  • resourceType (type: String.t, default: nil) - The resource type of the group members.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.ResourceGroup{
  groupId: String.t() | nil,
  resourceType: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.