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-21 UTC."],[[["The `ForwardingRuleReference` class is available in the `Google.Cloud.Compute.V1` namespace and is part of the `Google.Cloud.Compute.V1.dll` assembly."],["Version 3.6.0 is the latest release of `ForwardingRuleReference`, with multiple previous versions ranging back to 1.0.0, available for reference and use."],["The `ForwardingRuleReference` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class provides two constructors: a default constructor `ForwardingRuleReference()` and another that accepts a `ForwardingRuleReference` object as a parameter."],["It has two main properties: `ForwardingRule` (a string) and `HasForwardingRule` (a boolean), which manages whether the \"forwarding_rule\" field is set."]]],[]]