Class: Google::Apis::ToolresultsV1beta3::Specification
- Inherits:
-
Object
- Object
- Google::Apis::ToolresultsV1beta3::Specification
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/toolresults_v1beta3/classes.rb,
generated/google/apis/toolresults_v1beta3/representations.rb,
generated/google/apis/toolresults_v1beta3/representations.rb
Overview
The details about how to run the execution.
Instance Attribute Summary collapse
-
#android_test ⇒ Google::Apis::ToolresultsV1beta3::AndroidTest
An Android mobile test specification.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Specification
constructor
A new instance of Specification.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Specification
Returns a new instance of Specification
1690 1691 1692 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 1690 def initialize(**args) update!(**args) end |
Instance Attribute Details
#android_test ⇒ Google::Apis::ToolresultsV1beta3::AndroidTest
An Android mobile test specification.
Corresponds to the JSON property androidTest
1688 1689 1690 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 1688 def android_test @android_test end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1695 1696 1697 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 1695 def update!(**args) @android_test = args[:android_test] if args.key?(:android_test) end |