Class: TencentCloud::Partners::V20180321::DescribeClientSwitchTraTaskInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Partners::V20180321::DescribeClientSwitchTraTaskInfoResponse
- Defined in:
- lib/v20180321/models.rb
Overview
DescribeClientSwitchTraTaskInfo返回参数结构体
Instance Attribute Summary collapse
- #ClientUin ⇒ Object
- #RequestId ⇒ Object
- #Result ⇒ Object
- #ResultMsg ⇒ Object
- #SwitchType ⇒ Object
- #SwitchUrl ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clientuin = nil, switchtype = nil, result = nil, switchurl = nil, resultmsg = nil, requestid = nil) ⇒ DescribeClientSwitchTraTaskInfoResponse
constructor
A new instance of DescribeClientSwitchTraTaskInfoResponse.
Constructor Details
#initialize(clientuin = nil, switchtype = nil, result = nil, switchurl = nil, resultmsg = nil, requestid = nil) ⇒ DescribeClientSwitchTraTaskInfoResponse
Returns a new instance of DescribeClientSwitchTraTaskInfoResponse.
1450 1451 1452 1453 1454 1455 1456 1457 |
# File 'lib/v20180321/models.rb', line 1450 def initialize(clientuin=nil, switchtype=nil, result=nil, switchurl=nil, resultmsg=nil, requestid=nil) @ClientUin = clientuin @SwitchType = switchtype @Result = result @SwitchUrl = switchurl @ResultMsg = resultmsg @RequestId = requestid end |
Instance Attribute Details
#ClientUin ⇒ Object
1448 1449 1450 |
# File 'lib/v20180321/models.rb', line 1448 def ClientUin @ClientUin end |
#RequestId ⇒ Object
1448 1449 1450 |
# File 'lib/v20180321/models.rb', line 1448 def RequestId @RequestId end |
#Result ⇒ Object
1448 1449 1450 |
# File 'lib/v20180321/models.rb', line 1448 def Result @Result end |
#ResultMsg ⇒ Object
1448 1449 1450 |
# File 'lib/v20180321/models.rb', line 1448 def ResultMsg @ResultMsg end |
#SwitchType ⇒ Object
1448 1449 1450 |
# File 'lib/v20180321/models.rb', line 1448 def SwitchType @SwitchType end |
#SwitchUrl ⇒ Object
1448 1449 1450 |
# File 'lib/v20180321/models.rb', line 1448 def SwitchUrl @SwitchUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
1459 1460 1461 1462 1463 1464 1465 1466 |
# File 'lib/v20180321/models.rb', line 1459 def deserialize(params) @ClientUin = params['ClientUin'] @SwitchType = params['SwitchType'] @Result = params['Result'] @SwitchUrl = params['SwitchUrl'] @ResultMsg = params['ResultMsg'] @RequestId = params['RequestId'] end |