public sealed class GetSslPolicyRequest : IMessage<GetSslPolicyRequest>, IEquatable<GetSslPolicyRequest>, IDeepCloneable<GetSslPolicyRequest>, IBufferMessage, IMessage
A request message for SslPolicies.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 `GetSslPolicyRequest` class is a request message used for retrieving details about an SSL policy in the Google Cloud Compute V1 API."],["This webpage provides documentation and links for multiple versions of `GetSslPolicyRequest`, ranging from version 1.0.0 up to the latest version, 3.6.0."],["The `GetSslPolicyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality."],["The class has two constructors, a default constructor and one that accepts another `GetSslPolicyRequest` instance for cloning."],["The class exposes properties such as `Project` and `SslPolicy`, which are string types and used to define the project ID and the name of the SSL policy in the request."]]],[]]