Class: Google::Apis::OndemandscanningV1::RunDetails
- Inherits:
-
Object
- Object
- Google::Apis::OndemandscanningV1::RunDetails
- 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
-
#builder ⇒ Google::Apis::OndemandscanningV1::ProvenanceBuilder
Corresponds to the JSON property
builder
. -
#byproducts ⇒ Array<Google::Apis::OndemandscanningV1::ResourceDescriptor>
Corresponds to the JSON property
byproducts
. -
#metadata ⇒ Google::Apis::OndemandscanningV1::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.
2801 2802 2803 |
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 2801 def initialize(**args) update!(**args) end |
Instance Attribute Details
#builder ⇒ Google::Apis::OndemandscanningV1::ProvenanceBuilder
Corresponds to the JSON property builder
2789 2790 2791 |
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 2789 def builder @builder end |
#byproducts ⇒ Array<Google::Apis::OndemandscanningV1::ResourceDescriptor>
Corresponds to the JSON property byproducts
2794 2795 2796 |
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 2794 def byproducts @byproducts end |
#metadata ⇒ Google::Apis::OndemandscanningV1::BuildMetadata
Corresponds to the JSON property metadata
2799 2800 2801 |
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 2799 def @metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2806 2807 2808 2809 2810 |
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 2806 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 |