Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteTestCaseRequest
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteTestCaseRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb
Overview
The request for executing a functional test.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaExecuteTestCaseRequest
constructor
A new instance of GoogleCloudIntegrationsV1alphaExecuteTestCaseRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaExecuteTestCaseRequest
Returns a new instance of GoogleCloudIntegrationsV1alphaExecuteTestCaseRequest.
7721 7722 7723 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 7721 def initialize(**args) update!(**args) end |
Instance Attribute Details
#input_parameters ⇒ Hash<String,Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType>
Optional. Input parameters used by test case execution.
Corresponds to the JSON property inputParameters
7719 7720 7721 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 7719 def input_parameters @input_parameters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7726 7727 7728 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 7726 def update!(**args) @input_parameters = args[:input_parameters] if args.key?(:input_parameters) end |