public sealed class SslPolicyReference : IMessage<SslPolicyReference>, IEquatable<SslPolicyReference>, IDeepCloneable<SslPolicyReference>, 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 `SslPolicyReference` class within the `Google.Cloud.Compute.V1` namespace, specifically in version 1.3.0."],["The `SslPolicyReference` class, part of the Google Cloud Compute library, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The page lists multiple prior versions, with version 3.6.0 being the latest, and going as far back as 1.0.0, providing links to the documentation for each version of the `SslPolicyReference` class."],["The class contains two properties: `HasSslPolicy`, a boolean indicating if the \"ssl_policy\" field is set, and `SslPolicy`, a string that can be set to a URL for an SSL policy or cleared with an empty string."],["The page details the two constructors available for the `SslPolicyReference` class, one of which is a parameterless constructor, and the other that takes an `SslPolicyReference` object."]]],[]]