Class: Google::Apis::ContaineranalysisV1::RunDetails

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RunDetails

Returns a new instance of RunDetails.



6612
6613
6614
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 6612

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

Instance Attribute Details

#builderGoogle::Apis::ContaineranalysisV1::ProvenanceBuilder

Corresponds to the JSON property builder



6600
6601
6602
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 6600

def builder
  @builder
end

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

Corresponds to the JSON property byproducts



6605
6606
6607
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 6605

def byproducts
  @byproducts
end

#metadataGoogle::Apis::ContaineranalysisV1::BuildMetadata

Corresponds to the JSON property metadata



6610
6611
6612
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 6610

def 
  @metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6617
6618
6619
6620
6621
# File 'lib/google/apis/containeranalysis_v1/classes.rb', line 6617

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