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, detailing its usage and properties."],["The `ForwardingRulesScopedList` class represents a list of forwarding rules, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation is 3.6.0, and previous versions ranging from 3.5.0 down to 1.0.0 are also documented."],["The class has two constructors, `ForwardingRulesScopedList()`, and `ForwardingRulesScopedList(ForwardingRulesScopedList other)` for creating either an empty object or a copy of an existing one."],["Key properties include `ForwardingRules`, which is a list of `ForwardingRule` objects, and `Warning`, used to convey information when the list is empty."]]],[]]