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 within the `Google.Cloud.Monitoring.V3` namespace, specifically as part of `UptimeCheckConfig.Types` for monitoring group checks."],["The `ResourceGroup` class, designed for monitoring multiple resources, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The provided content outlines available versions, ranging from 2.3.0 to the latest 3.15.0, of the Google Cloud Monitoring V3 library which is used to interact with this class."],["The class has two constructors, a default `ResourceGroup()` constructor and a second that takes another `ResourceGroup` as a parameter, allowing for the copying of the values of the class."],["The key properties of the class include `GroupId`, a string that holds the group identifier, and `ResourceType`, which specifies the resource type of the members."]]],[]]