Class: TencentCloud::Partners::V20180321::DescribeClientSwitchTraTaskInfoRequest

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) ⇒ DescribeClientSwitchTraTaskInfoRequest

Returns a new instance of DescribeClientSwitchTraTaskInfoRequest.



1420
1421
1422
1423
# File 'lib/v20180321/models.rb', line 1420

def initialize(clientuin=nil, switchtype=nil)
  @ClientUin = clientuin
  @SwitchType = switchtype
end

Instance Attribute Details

#ClientUinObject

Parameters:

  • ClientUin:

    代客UIN

  • SwitchType:

    1:代理,2:代采



1418
1419
1420
# File 'lib/v20180321/models.rb', line 1418

def ClientUin
  @ClientUin
end

#SwitchTypeObject

Parameters:

  • ClientUin:

    代客UIN

  • SwitchType:

    1:代理,2:代采



1418
1419
1420
# File 'lib/v20180321/models.rb', line 1418

def SwitchType
  @SwitchType
end

Instance Method Details

#deserialize(params) ⇒ Object



1425
1426
1427
1428
# File 'lib/v20180321/models.rb', line 1425

def deserialize(params)
  @ClientUin = params['ClientUin']
  @SwitchType = params['SwitchType']
end