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.
8930 8931 8932 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8930 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
8928 8929 8930 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8928 def integration_version @integration_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8935 8936 8937 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 8935 def update!(**args) @integration_version = args[:integration_version] if args.key?(:integration_version) end |