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-31 UTC."],[[["The provided content outlines the different versions of the `ForwardingRuleReference` class within the `Google.Cloud.Compute.V1` namespace, ranging from version 1.0.0 to the latest version, 3.6.0."],["`ForwardingRuleReference` is a class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `ForwardingRuleReference` inherits from the base `object` class and has two constructors: a default constructor and one that accepts another `ForwardingRuleReference` object as a parameter."],["The `ForwardingRuleReference` class contains a `ForwardingRule` property of type string and a `HasForwardingRule` property of type bool to determine if the \"forwarding_rule\" field has been set."],["The class is part of the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]