View Source GoogleApi.SecurityCenter.V1.Model.Package (google_api_security_center v0.29.0)

Package is a generic definition of a package.

Attributes

  • cpeUri (type: String.t, default: nil) - The CPE URI where the vulnerability was detected.
  • packageName (type: String.t, default: nil) - The name of the package where the vulnerability was detected.
  • packageType (type: String.t, default: nil) - Type of package, for example, os, maven, or go.
  • packageVersion (type: String.t, default: nil) - The version of the package.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.Package{
  cpeUri: String.t() | nil,
  packageName: String.t() | nil,
  packageType: String.t() | nil,
  packageVersion: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.