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."],[[["This webpage details the `GetSslPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, presenting a comprehensive list of versions ranging from 1.0.0 to the latest version 3.6.0."],["The `GetSslPolicyRequest` class is used to send requests to retrieve SSL policy information, as indicated by the description and its implementation of multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two constructors, one default and one allowing the creation of an instance based on another `GetSslPolicyRequest` object, and the class also includes properties for specifying the `Project` ID and `SslPolicy` name."],["The webpage includes inherited members from Object, including GetHashCode, GetType, MemberwiseClone, and ToString, along with descriptions for the properties, Project and SslPolicy."],["Users can access previous versions of the GetSslPolicyRequest class through multiple versions made available, providing detailed information from versions 1.0.0 all the way up to 3.6.0, where the latest version is highlighted."]]],[]]