Class: TencentCloud::Partners::V20180321::DescribeClientSwitchTraTaskInfoRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Partners::V20180321::DescribeClientSwitchTraTaskInfoRequest
- Defined in:
- lib/v20180321/models.rb
Overview
DescribeClientSwitchTraTaskInfo请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clientuin = nil, switchtype = nil) ⇒ DescribeClientSwitchTraTaskInfoRequest
constructor
A new instance of DescribeClientSwitchTraTaskInfoRequest.
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
#ClientUin ⇒ Object
1418 1419 1420 |
# File 'lib/v20180321/models.rb', line 1418 def ClientUin @ClientUin end |
#SwitchType ⇒ Object
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 |