public sealed class SslPoliciesScopedList : IMessage<SslPoliciesScopedList>, IEquatable<SslPoliciesScopedList>, IDeepCloneable<SslPoliciesScopedList>, 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-31 UTC."],[[["This webpage provides documentation for the `SslPoliciesScopedList` class within the Google.Cloud.Compute.V1 namespace, specifically version 2.3.0 of the library."],["The `SslPoliciesScopedList` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in protocol buffer messaging."],["The webpage lists the different available versions of the library, starting from version 1.0.0 up to the latest, 3.6.0, which indicates version history and compatibility."],["The `SslPoliciesScopedList` class contains two properties: `SslPolicies`, which is a list of `SslPolicy` objects, and `Warning`, which provides a warning message if the list of SSL policies is empty."],["The class has two constructors: a parameterless one and another that takes in an SslPoliciesScopedList object, suggesting the ability to copy over information from one list to another."]]],[]]