Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaDownloadTestCaseResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaDownloadTestCaseResponse
- 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 DownloadTestCase.
Instance Attribute Summary collapse
-
#content ⇒ String
String representation of the test case.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaDownloadTestCaseResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaDownloadTestCaseResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaDownloadTestCaseResponse
Returns a new instance of GoogleCloudIntegrationsV1alphaDownloadTestCaseResponse.
7460 7461 7462 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 7460 def initialize(**args) update!(**args) end |
Instance Attribute Details
#content ⇒ String
String representation of the test case.
Corresponds to the JSON property content
7458 7459 7460 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 7458 def content @content end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7465 7466 7467 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 7465 def update!(**args) @content = args[:content] if args.key?(:content) end |