public sealed class GetSslCertificateRequest : IMessage<GetSslCertificateRequest>, IEquatable<GetSslCertificateRequest>, IDeepCloneable<GetSslCertificateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetSslCertificateRequest.
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 content provides documentation for the `GetSslCertificateRequest` class within the Compute Engine v1 API for .NET."],["The latest version available is 3.6.0, and the document covers versions back to 1.0.0, showing that there is historical reference material."],["`GetSslCertificateRequest` is a request message class used to retrieve an SslCertificate, inheriting from `Object` and implementing multiple interfaces, such as `IMessage` and `IEquatable`."],["The `GetSslCertificateRequest` class includes properties for `Project` (Project ID) and `SslCertificate` (name of the resource to return), which are both strings."],["There are also two constructors available, one is empty, and another takes in another `GetSslCertificateRequest` as a parameter."]]],[]]