Class: TencentCloud::Partners::V20180321::AuditApplyClientResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Partners::V20180321::AuditApplyClientResponse
- Defined in:
- lib/v20180321/models.rb
Overview
AuditApplyClient返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(uin = nil, clientuin = nil, auditresult = nil, agenttime = nil, requestid = nil) ⇒ AuditApplyClientResponse
constructor
A new instance of AuditApplyClientResponse.
Constructor Details
#initialize(uin = nil, clientuin = nil, auditresult = nil, agenttime = nil, requestid = nil) ⇒ AuditApplyClientResponse
Returns a new instance of AuditApplyClientResponse.
574 575 576 577 578 579 580 |
# File 'lib/v20180321/models.rb', line 574 def initialize(uin=nil, clientuin=nil, auditresult=nil, agenttime=nil, requestid=nil) @Uin = uin @ClientUin = clientuin @AuditResult = auditresult @AgentTime = agenttime @RequestId = requestid end |
Instance Attribute Details
#AgentTime ⇒ Object
572 573 574 |
# File 'lib/v20180321/models.rb', line 572 def AgentTime @AgentTime end |
#AuditResult ⇒ Object
572 573 574 |
# File 'lib/v20180321/models.rb', line 572 def AuditResult @AuditResult end |
#ClientUin ⇒ Object
572 573 574 |
# File 'lib/v20180321/models.rb', line 572 def ClientUin @ClientUin end |
#RequestId ⇒ Object
572 573 574 |
# File 'lib/v20180321/models.rb', line 572 def RequestId @RequestId end |
#Uin ⇒ Object
572 573 574 |
# File 'lib/v20180321/models.rb', line 572 def Uin @Uin end |
Instance Method Details
#deserialize(params) ⇒ Object
582 583 584 585 586 587 588 |
# File 'lib/v20180321/models.rb', line 582 def deserialize(params) @Uin = params['Uin'] @ClientUin = params['ClientUin'] @AuditResult = params['AuditResult'] @AgentTime = params['AgentTime'] @RequestId = params['RequestId'] end |