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

FileNote represents an SPDX File Information section: https://spdx.github.io/spdx-spec/4-file-information/

Attributes

  • checksum (type: list(String.t), default: nil) - Provide a unique identifier to match analysis information on each specific file in a package
  • fileType (type: String.t, default: nil) - This field provides information about the type of file identified
  • title (type: String.t, default: nil) - Identify the full path and filename that corresponds to the file information in this section

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.FileNote{
  checksum: [String.t()] | nil,
  fileType: String.t() | nil,
  title: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.