GoogleApi.ContainerAnalysis.V1alpha1.Model.Package (google_api_container_analysis v0.11.0) 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
Specs
t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.Package{ distribution: [GoogleApi.ContainerAnalysis.V1alpha1.Model.Distribution.t()] | nil, name: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.