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 content provides documentation for the `ForwardingRuleReference` class within the `Google.Cloud.Compute.V1` namespace, covering versions from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["`ForwardingRuleReference` is a sealed class implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its capabilities."],["The class inherits from `Object` and includes standard methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from its base class."],["`ForwardingRuleReference` has two constructors, a default one and another that takes a `ForwardingRuleReference` instance as a parameter for copying."],["The class contains two properties: `ForwardingRule` (a string property for setting a value) and `HasForwardingRule` (a boolean indicating if the ForwardingRule field has been set)."]]],[]]