public sealed class Reference : IMessage<VulnerabilityReport.Types.Vulnerability.Types.Details.Types.Reference>, IEquatable<VulnerabilityReport.Types.Vulnerability.Types.Details.Types.Reference>, IDeepCloneable<VulnerabilityReport.Types.Vulnerability.Types.Details.Types.Reference>, 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 latest version available is 2.4.0, with other versions ranging down to 1.3.0 listed for the `Google.Cloud.OsConfig.V1` namespace."],["`Reference` is a sealed class within the `VulnerabilityReport.Types.Vulnerability.Types.Details.Types` namespace, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `Reference` class includes two constructors: a default constructor `Reference()` and a copy constructor `Reference(VulnerabilityReport.Types.Vulnerability.Types.Details.Types.Reference other)`, which takes another `Reference` object as its parameter."],["The class contains properties `Source` and `Url`, both of which are strings that store information about the source and URL of a vulnerability reference, respectively."]]],[]]