Class: Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1DiscoveryDetails

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
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

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GrafeasV1beta1DiscoveryDetails

Returns a new instance of GrafeasV1beta1DiscoveryDetails.



1443
1444
1445
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 1443

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#discoveredGoogle::Apis::ContaineranalysisV1beta1::Discovered

Provides information about the analysis status of a discovered resource. Corresponds to the JSON property discovered



1441
1442
1443
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 1441

def discovered
  @discovered
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1448
1449
1450
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 1448

def update!(**args)
  @discovered = args[:discovered] if args.key?(:discovered)
end