class Google::Apis::OndemandscanningV1beta1::AnalyzePackagesMetadataV1
AnalyzePackagesMetadata
contains metadata for an active scan of a container image.
Attributes
create_time[RW]
When the scan was created. Corresponds to the JSON property `createTime` @return [String]
resource_uri[RW]
The resource URI of the container image being scanned. Corresponds to the JSON property `resourceUri` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/ondemandscanning_v1beta1/classes.rb, line 91 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/ondemandscanning_v1beta1/classes.rb, line 96 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @resource_uri = args[:resource_uri] if args.key?(:resource_uri) end