Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1alpha/classes.rb,
lib/google/apis/integrations_v1alpha/representations.rb,
lib/google/apis/integrations_v1alpha/representations.rb
Overview
Response for DownloadIntegrationVersion.
Instance Attribute Summary collapse
-
#content ⇒ String
String representation of the integration version.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse
Returns a new instance of GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse.
6102 6103 6104 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6102 def initialize(**args) update!(**args) end |
Instance Attribute Details
#content ⇒ String
String representation of the integration version.
Corresponds to the JSON property content
6100 6101 6102 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6100 def content @content end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6107 6108 6109 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6107 def update!(**args) @content = args[:content] if args.key?(:content) end |