Class: TencentCloud::Partners::V20180321::DescribeClientSwitchTraTaskInfoResponse

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180321/models.rb

Overview

DescribeClientSwitchTraTaskInfo返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clientuin = nil, switchtype = nil, result = nil, switchurl = nil, resultmsg = nil, requestid = nil) ⇒ DescribeClientSwitchTraTaskInfoResponse



1448
1449
1450
1451
1452
1453
1454
1455
# File 'lib/v20180321/models.rb', line 1448

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

#ClientUinObject



1446
1447
1448
# File 'lib/v20180321/models.rb', line 1446

def ClientUin
  @ClientUin
end

#RequestIdObject



1446
1447
1448
# File 'lib/v20180321/models.rb', line 1446

def RequestId
  @RequestId
end

#ResultObject



1446
1447
1448
# File 'lib/v20180321/models.rb', line 1446

def Result
  @Result
end

#ResultMsgObject



1446
1447
1448
# File 'lib/v20180321/models.rb', line 1446

def ResultMsg
  @ResultMsg
end

#SwitchTypeObject



1446
1447
1448
# File 'lib/v20180321/models.rb', line 1446

def SwitchType
  @SwitchType
end

#SwitchUrlObject



1446
1447
1448
# File 'lib/v20180321/models.rb', line 1446

def SwitchUrl
  @SwitchUrl
end

Instance Method Details

#deserialize(params) ⇒ Object



1457
1458
1459
1460
1461
1462
1463
1464
# File 'lib/v20180321/models.rb', line 1457

def deserialize(params)
  @ClientUin = params['ClientUin']
  @SwitchType = params['SwitchType']
  @Result = params['Result']
  @SwitchUrl = params['SwitchUrl']
  @ResultMsg = params['ResultMsg']
  @RequestId = params['RequestId']
end