GoogleApi.WebSecurityScanner.V1.Model.OutdatedLibrary (google_api_web_security_scanner v0.15.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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.