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."],[[["The latest version available for `ForwardingRulesScopedList` is 3.6.0, as indicated in the provided list of versions."],["The `ForwardingRulesScopedList` class, found within the `Google.Cloud.Compute.V1` namespace, provides a scoped list of forwarding rules for Google Cloud Compute resources."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for message handling, comparison, deep cloning, and buffered operations."],["`ForwardingRulesScopedList` has two constructors: a parameterless constructor and one that takes another `ForwardingRulesScopedList` object to copy."],["The class contains properties for `ForwardingRules`, which holds a list of `ForwardingRule` objects, and `Warning`, which gives a warning if the list of forwarding rules is empty."]]],[]]