public sealed class ResourceGroup : IMessage<UptimeCheckConfig.Types.ResourceGroup>, IEquatable<UptimeCheckConfig.Types.ResourceGroup>, IDeepCloneable<UptimeCheckConfig.Types.ResourceGroup>, IBufferMessage, IMessage
The resource submessage for group checks. It can be used instead of a
monitored resource, when multiple resources are being monitored.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page details the `ResourceGroup` class within the `Google.Cloud.Monitoring.V3` namespace, which is used for defining groups of resources for monitoring."],["The `ResourceGroup` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer management."],["The class has two constructors: a default one (`ResourceGroup()`) and one that takes another `ResourceGroup` instance as a parameter, this is for creating a new instance based on an existing one."],["The `ResourceGroup` class contains two properties, `GroupId`, which represents the unique ID of the monitored group, and `ResourceType`, which indicates the type of resources in the group, such as being a `GroupResourceType`."],["A list of all available versioned documentation is available here for this `ResourceGroup` type, ranging from version 2.3.0 all the way up to 3.15.0, the latest version."]]],[]]