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, a submessage used for group checks in the Google Cloud Monitoring V3 API, specifically for versions 2.5.0 through 3.15.0, with version 3.15.0 being the latest."],["The `ResourceGroup` class can replace monitored resources when overseeing multiple resources, and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ResourceGroup` class has two constructors: a default constructor `ResourceGroup()` and a constructor that takes another `ResourceGroup` object as a parameter: `ResourceGroup(UptimeCheckConfig.Types.ResourceGroup other)`."],["The `ResourceGroup` class includes properties such as `GroupId`, which represents the monitored group's ID, and `ResourceType`, indicating the type of resources in the group, which should be a valid `GroupResourceType`."]]],[]]