public sealed class SslCertificatesScopedList : IMessage<SslCertificatesScopedList>, IEquatable<SslCertificatesScopedList>, IDeepCloneable<SslCertificatesScopedList>, 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-04-09 UTC."],[[["This webpage provides documentation for the `SslCertificatesScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.3.0, with links to prior versions and the latest version 3.6.0."],["The `SslCertificatesScopedList` class is a part of the Google Cloud Compute API, as evidenced by its namespace and associated assembly `Google.Cloud.Compute.V1.dll`, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `SslCertificatesScopedList()` and another that takes another `SslCertificatesScopedList` object as a parameter for cloning."],["Key properties of this class include `SslCertificates`, which is a `RepeatedField` of `SslCertificate` objects, and `Warning`, which is a warning object of type `Warning`."],["The documentation also contains information about inherited members from the base `object` class, including `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]