Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaTakeoverEditLockResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaTakeoverEditLockResponse
- 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 TakeoverEditLock.
Instance Attribute Summary collapse
-
#integration_version ⇒ Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaIntegrationVersion
The integration version definition.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaTakeoverEditLockResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaTakeoverEditLockResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaTakeoverEditLockResponse
Returns a new instance of GoogleCloudIntegrationsV1alphaTakeoverEditLockResponse.
8852 8853 8854 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8852 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
8850 8851 8852 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8850 def integration_version @integration_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8857 8858 8859 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8857 def update!(**args) @integration_version = args[:integration_version] if args.key?(:integration_version) end |