google_api_container_analysis v0.2.0 GoogleApi.ContainerAnalysis.V1alpha1.Model.Installation 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
Link to this type
t()
View Sourcet() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.Installation{
location: [GoogleApi.ContainerAnalysis.V1alpha1.Model.Location.t()],
name: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.