GoogleApi.ContainerAnalysis.V1alpha1.Model.Installation (google_api_container_analysis v0.22.0) View Source
This represents how a particular software package may be installed on a system.
Attributes
-
location
(type:list(GoogleApi.ContainerAnalysis.V1alpha1.Model.Location.t)
, default:nil
) - All of the places within the filesystem versions of this package have been found. -
name
(type:String.t
, default:nil
) - Output only. The name of the installed package.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.Installation{ location: [GoogleApi.ContainerAnalysis.V1alpha1.Model.Location.t()] | nil, name: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.