public sealed class ForwardingRuleReference : IMessage<ForwardingRuleReference>, IEquatable<ForwardingRuleReference>, IDeepCloneable<ForwardingRuleReference>, 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-24 UTC."],[[["The `ForwardingRuleReference` class is a part of the `Google.Cloud.Compute.V1` namespace, found within the `Google.Cloud.Compute.V1.dll` assembly, and it has been implemented with several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class, `ForwardingRuleReference`, provides two constructors: a default constructor (`ForwardingRuleReference()`) and a copy constructor (`ForwardingRuleReference(ForwardingRuleReference other)`) which accepts another `ForwardingRuleReference` object as a parameter."],["The `ForwardingRuleReference` class contains a `ForwardingRule` property, of type `string`, and a `HasForwardingRule` property, which is a `bool` used to check if the `forwarding_rule` field has been set."],["The documentation covers versions 1.0.0 to 3.6.0 of the `Google.Cloud.Compute.V1` library, with 3.6.0 being the latest version available and version 3.0.0 being the currently viewed version."],["`ForwardingRuleReference` inherits from the base object class and overwrites the base class methods `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]