Class: Google::Apis::ContaineranalysisV1alpha1::RunDetails

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RunDetails

Returns a new instance of RunDetails.



7196
7197
7198
# File 'lib/google/apis/containeranalysis_v1alpha1/classes.rb', line 7196

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

Instance Attribute Details

#builderGoogle::Apis::ContaineranalysisV1alpha1::ProvenanceBuilder

Corresponds to the JSON property builder



7184
7185
7186
# File 'lib/google/apis/containeranalysis_v1alpha1/classes.rb', line 7184

def builder
  @builder
end

#byproductsArray<Google::Apis::ContaineranalysisV1alpha1::ResourceDescriptor>

Corresponds to the JSON property byproducts



7189
7190
7191
# File 'lib/google/apis/containeranalysis_v1alpha1/classes.rb', line 7189

def byproducts
  @byproducts
end

#metadataGoogle::Apis::ContaineranalysisV1alpha1::BuildMetadata

Corresponds to the JSON property metadata



7194
7195
7196
# File 'lib/google/apis/containeranalysis_v1alpha1/classes.rb', line 7194

def 
  @metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7201
7202
7203
7204
7205
# File 'lib/google/apis/containeranalysis_v1alpha1/classes.rb', line 7201

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