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 latest version of the `ForwardingRuleReference` documentation is 3.6.0, but this page is showing version 2.7.0, with links to various older versions ranging from 1.0.0 to 3.5.0."],["`ForwardingRuleReference` is a sealed class in the `Google.Cloud.Compute.V1` namespace that implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `ForwardingRuleReference` class inherits from the base `object` class and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class has two constructors: a default constructor, `ForwardingRuleReference()`, and a copy constructor, `ForwardingRuleReference(ForwardingRuleReference other)`."],["It includes two properties, `ForwardingRule` of string type and `HasForwardingRule` of boolean type, for checking if the `forwarding_rule` field is set."]]],[]]