GoogleApi.ContainerAnalysis.V1beta1.Model.Package (google_api_container_analysis v0.21.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.V1beta1.Model.Distribution.t)
, default:nil
) - The various channels by which a package is distributed. -
name
(type:String.t
, default:nil
) - Required. Immutable. 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.V1beta1.Model.Package{ distribution: [GoogleApi.ContainerAnalysis.V1beta1.Model.Distribution.t()] | nil, name: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.