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
1813 1814 1815 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 1813 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
1811 1812 1813 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 1811 def android_test @android_test end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1818 1819 1820 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 1818 def update!(**args) @android_test = args[:android_test] if args.key?(:android_test) end |