Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaUploadIntegrationVersionResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaUploadIntegrationVersionResponse
- 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 UploadIntegrationVersion.
Instance Attribute Summary collapse
-
#integration_version ⇒ Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaIntegrationVersion
The integration version definition.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaUploadIntegrationVersionResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaUploadIntegrationVersionResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaUploadIntegrationVersionResponse
Returns a new instance of GoogleCloudIntegrationsV1alphaUploadIntegrationVersionResponse.
8820 8821 8822 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8820 def initialize(**args) update!(**args) end |
Instance Attribute Details
#integration_version ⇒ Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaIntegrationVersion
The integration version definition.
Corresponds to the JSON property integrationVersion
8818 8819 8820 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8818 def integration_version @integration_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8825 8826 8827 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8825 def update!(**args) @integration_version = args[:integration_version] if args.key?(:integration_version) end |