public sealed class ForwardingRulesScopedList : IMessage<ForwardingRulesScopedList>, IEquatable<ForwardingRulesScopedList>, IDeepCloneable<ForwardingRulesScopedList>, 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."],[[["This webpage provides documentation for the `ForwardingRulesScopedList` class within the `Google.Cloud.Compute.V1` namespace in the .NET environment, with a focus on different versions of the class."],["The latest version of `ForwardingRulesScopedList` is 3.6.0, and documentation for previous versions, starting from 1.0.0, are available as well."],["The `ForwardingRulesScopedList` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["This class has two constructors, `ForwardingRulesScopedList()`, and `ForwardingRulesScopedList(ForwardingRulesScopedList other)`, where the later one is used to copy the values of another `ForwardingRulesScopedList` object."],["The class contains two properties: `ForwardingRules`, which is a list of `ForwardingRule` objects, and `Warning`, which is an informational warning when the list of forwarding rules is empty."]]],[]]