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-31 UTC."],[[["This webpage provides documentation for the `ResourceGroupReference` class within the `Google.Cloud.Compute.V1` namespace, as found in the `Google.Cloud.Compute.V1.dll` assembly, which has a latest version of 3.6.0."],["The `ResourceGroupReference` class is part of the Google Cloud Compute API and can be found across a wide range of versions, from 1.0.0 up to 3.6.0, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ResourceGroupReference` has two constructors, one default and another that accepts another `ResourceGroupReference` object."],["The `ResourceGroupReference` class has a `Group` property that is a string representing a URI referencing instance groups or network endpoint groups, and a `HasGroup` boolean property that indicates whether the \"group\" field is set."],["The class inherits from the `object` class and therefore gets access to inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]