Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaUploadTestCaseResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaUploadTestCaseResponse
- 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
Response for UploadTestCase.
Instance Attribute Summary collapse
-
#test_case ⇒ Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTestCase
Defines the functional test case for Application Integration.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaUploadTestCaseResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaUploadTestCaseResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaUploadTestCaseResponse
Returns a new instance of GoogleCloudIntegrationsV1alphaUploadTestCaseResponse.
11543 11544 11545 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 11543 def initialize(**args) update!(**args) end |
Instance Attribute Details
#test_case ⇒ Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTestCase
Defines the functional test case for Application Integration. Next available
id: 15
Corresponds to the JSON property testCase
11541 11542 11543 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 11541 def test_case @test_case end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11548 11549 11550 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 11548 def update!(**args) @test_case = args[:test_case] if args.key?(:test_case) end |