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 available in the `Google.Cloud.Compute.V1` namespace and is part of the `Google.Cloud.Compute.V1.dll` assembly."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data cloning within the Google Cloud Compute environment."],["There are 30 versions available for the ForwardingRuleReference class, with 3.6.0 being the latest version and 1.0.0 being the oldest."],["`ForwardingRuleReference` class includes a string property named `ForwardingRule`, which is mutable and can be set, also including a boolean property `HasForwardingRule` that determines if the `forwarding_rule` is set."],["The `ForwardingRuleReference` class has two constructors: a parameterless constructor `ForwardingRuleReference()` and a constructor accepting a `ForwardingRuleReference` object."]]],[]]