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

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/containeranalysis_v1beta1/classes.rb,
lib/google/apis/containeranalysis_v1beta1/representations.rb,
lib/google/apis/containeranalysis_v1beta1/representations.rb

Overview

Details of a discovery occurrence.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GrafeasV1beta1DiscoveryDetails

Returns a new instance of GrafeasV1beta1DiscoveryDetails.



3025
3026
3027
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3025

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



3023
3024
3025
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3023

def discovered
  @discovered
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3030
3031
3032
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3030

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