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-03-21 UTC."],[[["The webpage provides documentation for the `SslCertificatesScopedList` class within the `Google.Cloud.Compute.V1` namespace, with version 3.6.0 being the latest and offering historical documentation going all the way back to version 1.0.0."],["`SslCertificatesScopedList` is a class that implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `SslCertificatesScopedList` class has two constructors, one default and another that accepts another `SslCertificatesScopedList` object as a parameter for creating a new object from another, and it also has two properties, `SslCertificates` and `Warning`."],["The `SslCertificates` property is a `RepeatedField` that holds a list of `SslCertificate` objects, while the `Warning` property of type `Warning` is used to provide informational warnings."]]],[]]