Class: Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1DiscoveryDetails
- Inherits:
-
Object
- Object
- Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1DiscoveryDetails
- Defined in:
- generated/google/apis/containeranalysis_v1beta1/classes.rb,
generated/google/apis/containeranalysis_v1beta1/representations.rb,
generated/google/apis/containeranalysis_v1beta1/representations.rb
Overview
Details of a discovery occurrence.
Instance Attribute Summary collapse
-
#discovered ⇒ Google::Apis::ContaineranalysisV1beta1::Discovered
Provides information about the analysis status of a discovered resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GrafeasV1beta1DiscoveryDetails
constructor
A new instance of GrafeasV1beta1DiscoveryDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ GrafeasV1beta1DiscoveryDetails
Returns a new instance of GrafeasV1beta1DiscoveryDetails
1369 1370 1371 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 1369 def initialize(**args) update!(**args) end |
Instance Attribute Details
#discovered ⇒ Google::Apis::ContaineranalysisV1beta1::Discovered
Provides information about the analysis status of a discovered resource.
Corresponds to the JSON property discovered
1367 1368 1369 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 1367 def discovered @discovered end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1374 1375 1376 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 1374 def update!(**args) @discovered = args[:discovered] if args.key?(:discovered) end |