Class: Google::Apis::SqladminV1beta4::SqlInstancesReleaseSsrsLeaseResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SqlInstancesReleaseSsrsLeaseResponse

Returns a new instance of SqlInstancesReleaseSsrsLeaseResponse.



3891
3892
3893
# File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 3891

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#operation_idString

The operation ID. Corresponds to the JSON property operationId

Returns:

  • (String)


3889
3890
3891
# File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 3889

def operation_id
  @operation_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3896
3897
3898
# File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 3896

def update!(**args)
  @operation_id = args[:operation_id] if args.key?(:operation_id)
end