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 webpage details the `ResourceGroup` class, a submessage used for group checks in the `Google.Cloud.Monitoring.V3` namespace, within the context of monitoring multiple resources."],["The latest version documented is 3.15.0, and the page provides access to documentation for versions ranging from 3.15.0 down to 2.3.0."],["The `ResourceGroup` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for use with Google Protocol Buffers."],["The class includes properties `GroupId` to specify the monitored group and `ResourceType` to define the type of the group members, as well as two constructors."],["The documentation is for the .NET environment and contains information about the inheritance, implemented members, constructors, and properties of the `ResourceGroup` class."]]],[]]