ResourceGroupResponse

data class ResourceGroupResponse(val groupId: String, val resourceType: String)

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

Constructors

Link copied to clipboard
fun ResourceGroupResponse(groupId: String, resourceType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The resource type of the group members.