public sealed class ResourceGroupReference : IMessage<ResourceGroupReference>, IEquatable<ResourceGroupReference>, IDeepCloneable<ResourceGroupReference>, IBufferMessage, IMessage
[[["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."],[[["The `ResourceGroupReference` class, found in the `Google.Cloud.Compute.V1` namespace, is a sealed class implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class represents a reference to an instance group or network endpoint group within a backend service, as indicated by its `Group` property which stores a URI."],["The `ResourceGroupReference` class is part of the `Google.Cloud.Compute.V1.dll` assembly, and is structured with an inheritance from the base `Object` class."],["There are multiple versions of the `Google.Cloud.Compute.V1` available for reference, with the latest being version 3.6.0 and older versions going back as far as 1.0.0."],["The `ResourceGroupReference` class has two constructors: a parameterless one and another that takes an existing `ResourceGroupReference` object for creating copies."]]],[]]