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 2.14.0, with links to earlier versions ranging from 1.0.0 to the latest 3.6.0."],["The `SslPolicyReference` class is part of the `Google.Cloud.Compute.V1.dll` assembly and inherits from `object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one and another that takes an existing `SslPolicyReference` object as a parameter, facilitating the creation of new instances."],["Key properties of the class include `HasSslPolicy`, a boolean indicating if the `ssl_policy` field is set, and `SslPolicy`, a string representing the URL of the SSL policy resource."],["The page details inherited members from the base object class which contains `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]