GoogleApi.WebSecurityScanner.V1alpha.Model.OutdatedLibrary (google_api_web_security_scanner v0.19.0)

View Source

Information reported for an outdated library.

Attributes

  • learnMoreUrls (type: list(String.t), default: nil) - URLs to learn more information about the vulnerabilities in the library.
  • libraryName (type: String.t, default: nil) - The name of the outdated library.
  • version (type: String.t, default: nil) - The version number.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WebSecurityScanner.V1alpha.Model.OutdatedLibrary{
  learnMoreUrls: [String.t()] | nil,
  libraryName: String.t() | nil,
  version: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.