Class: Google::Apis::SqladminV1beta4::SqlInstancesAcquireSsrsLeaseResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::SqladminV1beta4::SqlInstancesAcquireSsrsLeaseResponse
 
 
- 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
Acquire SSRS lease response.
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.
      3906 3907 3908  | 
    
      # File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 3906 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#operation_id ⇒ String
The unique identifier for this operation.
Corresponds to the JSON property operationId
      3904 3905 3906  | 
    
      # File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 3904 def operation_id @operation_id end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      3911 3912 3913  | 
    
      # File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 3911 def update!(**args) @operation_id = args[:operation_id] if args.key?(:operation_id) end  |