View Source GoogleApi.ContainerAnalysis.V1alpha1.Model.FileLocation (google_api_container_analysis v0.28.0)

Indicates the location at which a package was found.

Attributes

  • filePath (type: String.t, default: nil) - For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.FileLocation{
  filePath: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.