GoogleApi.OnDemandScanning.V1.Model.AnalyzePackagesMetadataV1 (google_api_on_demand_scanning v0.7.0)
View SourceAnalyzePackagesMetadata contains metadata for an active scan of a container image.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - When the scan was created. -
resourceUri
(type:String.t
, default:nil
) - The resource URI of the container image being scanned.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.OnDemandScanning.V1.Model.AnalyzePackagesMetadataV1{ createTime: DateTime.t() | nil, resourceUri: String.t() | nil }