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 `ForwardingRulesScopedList` class, found in the `Google.Cloud.Compute.V1` namespace, is part of the Google Cloud Compute API and is available in various versions, with 3.6.0 being the latest."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer manipulation."],["It inherits from the `object` class and includes properties like `ForwardingRules` (a list of forwarding rules) and `Warning` (for informational messages when the list is empty)."],["The webpage provides links to the documentation of `ForwardingRulesScopedList` for different versions of the package, starting from 1.0.0 to the latest 3.6.0."],["It contains two constructors, one a parameterless default, and the second allowing for passing another `ForwardingRulesScopedList` instance to copy."]]],[]]