Class: Google::Apis::SqladminV1beta4::SqlInstancesReleaseSsrsLeaseResponse
- Inherits:
-
Object
- Object
- Google::Apis::SqladminV1beta4::SqlInstancesReleaseSsrsLeaseResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/sqladmin_v1beta4/classes.rb,
lib/google/apis/sqladmin_v1beta4/representations.rb,
lib/google/apis/sqladmin_v1beta4/representations.rb
Overview
The response for the release of the SSRS lease.
Instance Attribute Summary collapse
-
#operation_id ⇒ String
The operation ID.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SqlInstancesReleaseSsrsLeaseResponse
constructor
A new instance of SqlInstancesReleaseSsrsLeaseResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SqlInstancesReleaseSsrsLeaseResponse
Returns a new instance of SqlInstancesReleaseSsrsLeaseResponse.
3981 3982 3983 |
# File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 3981 def initialize(**args) update!(**args) end |
Instance Attribute Details
#operation_id ⇒ String
The operation ID.
Corresponds to the JSON property operationId
3979 3980 3981 |
# File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 3979 def operation_id @operation_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3986 3987 3988 |
# File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 3986 def update!(**args) @operation_id = args[:operation_id] if args.key?(:operation_id) end |