Class: Google::Apis::SqladminV1::SqlInstancesAcquireSsrsLeaseResponse
- Inherits:
-
Object
- Object
- Google::Apis::SqladminV1::SqlInstancesAcquireSsrsLeaseResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/sqladmin_v1/classes.rb,
lib/google/apis/sqladmin_v1/representations.rb,
lib/google/apis/sqladmin_v1/representations.rb
Overview
Response for the acquire SSRS lease request.
Instance Attribute Summary collapse
-
#operation_id ⇒ String
The unique identifier for this operation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SqlInstancesAcquireSsrsLeaseResponse
constructor
A new instance of SqlInstancesAcquireSsrsLeaseResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SqlInstancesAcquireSsrsLeaseResponse
Returns a new instance of SqlInstancesAcquireSsrsLeaseResponse.
5587 5588 5589 |
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 5587 def initialize(**args) update!(**args) end |
Instance Attribute Details
#operation_id ⇒ String
The unique identifier for this operation.
Corresponds to the JSON property operationId
5585 5586 5587 |
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 5585 def operation_id @operation_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5592 5593 5594 |
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 5592 def update!(**args) @operation_id = args[:operation_id] if args.key?(:operation_id) end |