class Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1DiscoveryDetails
Details
of a discovery occurrence.
Attributes
discovered[RW]
Provides information about the analysis status of a discovered resource. Corresponds to the JSON property `discovered` @return [Google::Apis::ContaineranalysisV1beta1::Discovered]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/containeranalysis_v1beta1/classes.rb, line 1756 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/containeranalysis_v1beta1/classes.rb, line 1761 def update!(**args) @discovered = args[:discovered] if args.key?(:discovered) end