Class: Google::Apis::OndemandscanningV1::RunDetails

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RunDetails

Returns a new instance of RunDetails.



3107
3108
3109
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 3107

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

Instance Attribute Details

#builderGoogle::Apis::OndemandscanningV1::ProvenanceBuilder

Corresponds to the JSON property builder



3095
3096
3097
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 3095

def builder
  @builder
end

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

Corresponds to the JSON property byproducts



3100
3101
3102
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 3100

def byproducts
  @byproducts
end

#metadataGoogle::Apis::OndemandscanningV1::BuildMetadata

Corresponds to the JSON property metadata



3105
3106
3107
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 3105

def 
  @metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3112
3113
3114
3115
3116
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 3112

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