GetGroupResult

data class GetGroupResult(val displayName: String, val filter: String, val isCluster: Boolean, val name: String, val parentName: String)

Constructors

Link copied to clipboard
fun GetGroupResult(displayName: String, filter: String, isCluster: Boolean, name: String, parentName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A user-assigned name for this group, used only for display purposes.

Link copied to clipboard

The filter used to determine which monitored resources belong to this group.

Link copied to clipboard

If true, the members of this group are considered to be a cluster. The system can perform additional analysis on groups that are clusters.

Link copied to clipboard

The name of this group. The format is: projects/PROJECT_ID_OR_NUMBER/groups/GROUP_ID When creating a group, this field is ignored and a new name is created consisting of the project specified in the call to CreateGroup and a unique GROUP_ID that is generated automatically.

Link copied to clipboard

The name of the group's parent, if it has one. The format is: projects/PROJECT_ID_OR_NUMBER/groups/GROUP_ID For groups with no parent, parent_name is the empty string, "".