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, specifically version 2.4.0, with links to different versions of documentation, including the latest 3.6.0 version."],["`SslCertificatesScopedList` implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, comparison, deep cloning, and buffering."],["The class has two constructors: a default constructor `SslCertificatesScopedList()` and a copy constructor `SslCertificatesScopedList(SslCertificatesScopedList other)` that copies an existing `SslCertificatesScopedList` object."],["The class has two key properties: `SslCertificates`, which is a `RepeatedField` containing a list of `SslCertificate` objects, and `Warning`, which is of type `Warning` and provides an informational warning when the list of backend services is empty."],["The webpage lists the inheritance and inherited members of `SslCertificatesScopedList`, along with their `Object` class implementations."]]],[]]