Class: TencentCloud::Dbbrain::V20210527::AddUserContactResponse
- Inherits:
- 
      Common::AbstractModel
      
        - Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::AddUserContactResponse
 
- Defined in:
- lib/v20210527/models.rb
Overview
AddUserContact返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
- 
  
    
      #initialize(id = nil, requestid = nil)  ⇒ AddUserContactResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of AddUserContactResponse. 
Constructor Details
#initialize(id = nil, requestid = nil) ⇒ AddUserContactResponse
Returns a new instance of AddUserContactResponse.
| 53 54 55 56 | # File 'lib/v20210527/models.rb', line 53 def initialize(id=nil, requestid=nil) @Id = id @RequestId = requestid end | 
Instance Attribute Details
#Id ⇒ Object
| 51 52 53 | # File 'lib/v20210527/models.rb', line 51 def Id @Id end | 
#RequestId ⇒ Object
| 51 52 53 | # File 'lib/v20210527/models.rb', line 51 def RequestId @RequestId end | 
Instance Method Details
#deserialize(params) ⇒ Object
| 58 59 60 61 | # File 'lib/v20210527/models.rb', line 58 def deserialize(params) @Id = params['Id'] @RequestId = params['RequestId'] end |