Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTakeoverEditLockResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTakeoverEditLockResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb
Overview
Response for TakeoverEditLock.
Instance Attribute Summary collapse
-
#integration_version ⇒ Google::Apis::IntegrationsV1::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.
10628 10629 10630 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 10628 def initialize(**args) update!(**args) end |
Instance Attribute Details
#integration_version ⇒ Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationVersion
The integration version definition.
Corresponds to the JSON property integrationVersion
10626 10627 10628 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 10626 def integration_version @integration_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10633 10634 10635 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 10633 def update!(**args) @integration_version = args[:integration_version] if args.key?(:integration_version) end |