public sealed class SecurityPoliciesScopedList : IMessage<SecurityPoliciesScopedList>, IEquatable<SecurityPoliciesScopedList>, IDeepCloneable<SecurityPoliciesScopedList>, 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 of the `SecurityPoliciesScopedList` is 3.6.0, as seen by the provided link, and there are multiple previous versions available, starting from version 1.0.0 up to version 3.5.0."],["The `SecurityPoliciesScopedList` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality within the Google.Cloud.Compute.V1 namespace."],["This class has two constructors: a default constructor `SecurityPoliciesScopedList()` and a copy constructor `SecurityPoliciesScopedList(SecurityPoliciesScopedList other)`, which allows creating a new object based on an existing `SecurityPoliciesScopedList` object."],["The `SecurityPoliciesScopedList` class includes two properties: `SecurityPolicies`, which is a list of `SecurityPolicy` objects, and `Warning`, which is an informational warning that's shown when the security policy list is empty."]]],[]]