View Source GoogleApi.ContainerAnalysis.V1beta1.Model.ExternalRef (google_api_container_analysis v0.28.0)

An External Reference allows a Package to reference an external source of additional information, metadata, enumerations, asset identifiers, or downloadable content believed to be relevant to the Package

Attributes

  • category (type: String.t, default: nil) - An External Reference allows a Package to reference an external source of additional information, metadata, enumerations, asset identifiers, or downloadable content believed to be relevant to the Package
  • comment (type: String.t, default: nil) - Human-readable information about the purpose and target of the reference
  • locator (type: String.t, default: nil) - The unique string with no spaces necessary to access the package-specific information, metadata, or content within the target location
  • type (type: String.t, default: nil) - Type of category (e.g. 'npm' for the PACKAGE_MANAGER category)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.ExternalRef{
  category: String.t() | nil,
  comment: String.t() | nil,
  locator: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.