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 in the .NET environment, with a focus on versions ranging from 1.0.0 to 3.6.0."],["The `SslPoliciesScopedList` class, a sealed class, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors: a default constructor `SslPoliciesScopedList()` and another that accepts another `SslPoliciesScopedList` object as an argument, `SslPoliciesScopedList(SslPoliciesScopedList other)`."],["It exposes two primary properties: `SslPolicies`, which is a `RepeatedField` containing a list of `SslPolicy` objects, and `Warning`, which is of type `Warning` and used for informational warnings when the SslPolicies list is empty."],["The most recent version is 3.6.0, with all previous versions down to 1.0.0 being documented."]]],[]]