google_api_container_analysis v0.4.0 GoogleApi.ContainerAnalysis.V1alpha1.Model.Package View Source
This represents a particular package that is distributed over various channels. e.g. glibc (aka libc6) is distributed by many, at various versions.
Attributes
distribution
(type:list(GoogleApi.ContainerAnalysis.V1alpha1.Model.Distribution.t)
, default:nil
) - The various channels by which a package is distributed.name
(type:String.t
, default:nil
) - The name of the 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.Package{ distribution: [GoogleApi.ContainerAnalysis.V1alpha1.Model.Distribution.t()], name: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.