public sealed class SecurityPolicyReference : IMessage<SecurityPolicyReference>, IEquatable<SecurityPolicyReference>, IDeepCloneable<SecurityPolicyReference>, 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 `SecurityPolicyReference` class within the `Google.Cloud.Compute.V1` namespace, showing a version history from 1.0.0 to the latest 3.6.0."],["The `SecurityPolicyReference` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` class and has inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["There are two constructors available for the `SecurityPolicyReference` class, one default and one that takes another `SecurityPolicyReference` object as a parameter for cloning."],["The `SecurityPolicyReference` class has two properties, `HasSecurityPolicy` of type `bool` and `SecurityPolicy` of type `string`, which are used to check if a field is set and what the field value is respectively."]]],[]]