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.
8845 8846 8847 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8845 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
8843 8844 8845 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8843 def integration_version @integration_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8850 8851 8852 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8850 def update!(**args) @integration_version = args[:integration_version] if args.key?(:integration_version) end |