View Source GoogleApi.OSConfig.V1.Model.VulnerabilityReportVulnerabilityDetailsReference (google_api_os_config v0.21.0)

A reference for this vulnerability.

Attributes

  • source (type: String.t, default: nil) - The source of the reference e.g. NVD.
  • url (type: String.t, default: nil) - The url of the reference.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.OSConfig.V1.Model.VulnerabilityReportVulnerabilityDetailsReference{
    source: String.t() | nil,
    url: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.