Class: Google::Apis::ContaineranalysisV1beta1::RunDetails

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RunDetails

Returns a new instance of RunDetails.



6760
6761
6762
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 6760

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

Instance Attribute Details

#builderGoogle::Apis::ContaineranalysisV1beta1::ProvenanceBuilder

Corresponds to the JSON property builder



6748
6749
6750
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 6748

def builder
  @builder
end

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

Corresponds to the JSON property byproducts



6753
6754
6755
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 6753

def byproducts
  @byproducts
end

#metadataGoogle::Apis::ContaineranalysisV1beta1::BuildMetadata

Corresponds to the JSON property metadata



6758
6759
6760
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 6758

def 
  @metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6765
6766
6767
6768
6769
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 6765

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