public sealed class GetSslCertificateRequest : IMessage<GetSslCertificateRequest>, IEquatable<GetSslCertificateRequest>, IDeepCloneable<GetSslCertificateRequest>, IBufferMessage, IMessage
A request message for SslCertificates.Get. See the method description for details.
[[["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 page documents the `GetSslCertificateRequest` class, which is used for requesting SSL certificate details within the Google Cloud Compute API, across multiple versions, with the latest being 3.6.0."],["`GetSslCertificateRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various capabilities like message handling, equality checks, deep cloning, and buffer message management."],["The class has two constructors: a default constructor and a copy constructor, accepting another `GetSslCertificateRequest` object as a parameter."],["It includes two primary properties, `Project` and `SslCertificate`, both of which are strings, and are used to specify the project ID and the target SSL certificate resource name respectively."],["The page provides a comprehensive list of historical versions of the `GetSslCertificateRequest`, starting from 1.0.0 up to the latest version, 3.6.0, allowing users to access documentation related to previous versions."]]],[]]