Class: Google::Apis::ContaineranalysisV1alpha1::RunDetails
- Inherits:
-
Object
- Object
- Google::Apis::ContaineranalysisV1alpha1::RunDetails
- 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
-
#builder ⇒ Google::Apis::ContaineranalysisV1alpha1::ProvenanceBuilder
Corresponds to the JSON property
builder. -
#byproducts ⇒ Array<Google::Apis::ContaineranalysisV1alpha1::ResourceDescriptor>
Corresponds to the JSON property
byproducts. -
#metadata ⇒ Google::Apis::ContaineranalysisV1alpha1::BuildMetadata
Corresponds to the JSON property
metadata.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RunDetails
constructor
A new instance of RunDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RunDetails
Returns a new instance of RunDetails.
6195 6196 6197 |
# File 'lib/google/apis/containeranalysis_v1alpha1/classes.rb', line 6195 def initialize(**args) update!(**args) end |
Instance Attribute Details
#builder ⇒ Google::Apis::ContaineranalysisV1alpha1::ProvenanceBuilder
Corresponds to the JSON property builder
6183 6184 6185 |
# File 'lib/google/apis/containeranalysis_v1alpha1/classes.rb', line 6183 def builder @builder end |
#byproducts ⇒ Array<Google::Apis::ContaineranalysisV1alpha1::ResourceDescriptor>
Corresponds to the JSON property byproducts
6188 6189 6190 |
# File 'lib/google/apis/containeranalysis_v1alpha1/classes.rb', line 6188 def byproducts @byproducts end |
#metadata ⇒ Google::Apis::ContaineranalysisV1alpha1::BuildMetadata
Corresponds to the JSON property metadata
6193 6194 6195 |
# File 'lib/google/apis/containeranalysis_v1alpha1/classes.rb', line 6193 def @metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6200 6201 6202 6203 6204 |
# File 'lib/google/apis/containeranalysis_v1alpha1/classes.rb', line 6200 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 |