Class: Google::Apis::SqladminV1::SqlInstancesAcquireSsrsLeaseResponse

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SqlInstancesAcquireSsrsLeaseResponse

Returns a new instance of SqlInstancesAcquireSsrsLeaseResponse.



4085
4086
4087
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 4085

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

Instance Attribute Details

#operation_idString

The unique identifier for this operation. Corresponds to the JSON property operationId

Returns:

  • (String)


4083
4084
4085
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 4083

def operation_id
  @operation_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4090
4091
4092
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 4090

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