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."],[[["This webpage provides documentation for the `ResourceGroupReference` class within the `Google.Cloud.Compute.V1` namespace, detailing its properties, constructors, and implemented interfaces."],["The `ResourceGroupReference` class is part of the `Google.Cloud.Compute.V1.dll` assembly and inherits from `object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a list of available versions for this class, ranging from version 1.0.0 up to the latest version 3.6.0, and each version link directs to the documentation for the same class in that specific version."],["The class has two constructors, a default constructor and one that takes another `ResourceGroupReference` instance as a parameter, and it contains the property `Group` of type string, which represents the URI referencing an instance or network endpoint group."],["There is also a property, `HasGroup` that is of type boolean, which will tell you if the 'group' field has been set."]]],[]]