Class: TencentCloud::Partners::V20180321::ClientIncreaseInfoList
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Partners::V20180321::ClientIncreaseInfoList
- Defined in:
- lib/v20180321/models.rb
Overview
客户增量激励考核信息列表
Instance Attribute Summary collapse
-
#ClientUin ⇒ Object
Y:是,N:否.
-
#IncreaseGoal ⇒ Object
Y:是,N:否.
-
#IncreaseUseAssociateDate ⇒ Object
Y:是,N:否.
-
#IsJoinIncrease ⇒ Object
Y:是,N:否.
-
#TLevel ⇒ Object
Y:是,N:否.
-
#TotalBaseAmt ⇒ Object
Y:是,N:否.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clientuin = nil, isjoinincrease = nil, increaseuseassociatedate = nil, tlevel = nil, increasegoal = nil, totalbaseamt = nil) ⇒ ClientIncreaseInfoList
constructor
A new instance of ClientIncreaseInfoList.
Constructor Details
#initialize(clientuin = nil, isjoinincrease = nil, increaseuseassociatedate = nil, tlevel = nil, increasegoal = nil, totalbaseamt = nil) ⇒ ClientIncreaseInfoList
Returns a new instance of ClientIncreaseInfoList.
609 610 611 612 613 614 615 616 |
# File 'lib/v20180321/models.rb', line 609 def initialize(clientuin=nil, isjoinincrease=nil, increaseuseassociatedate=nil, tlevel=nil, increasegoal=nil, totalbaseamt=nil) @ClientUin = clientuin @IsJoinIncrease = isjoinincrease @IncreaseUseAssociateDate = increaseuseassociatedate @TLevel = tlevel @IncreaseGoal = increasegoal @TotalBaseAmt = totalbaseamt end |
Instance Attribute Details
#ClientUin ⇒ Object
Y:是,N:否
607 608 609 |
# File 'lib/v20180321/models.rb', line 607 def ClientUin @ClientUin end |
#IncreaseGoal ⇒ Object
Y:是,N:否
607 608 609 |
# File 'lib/v20180321/models.rb', line 607 def IncreaseGoal @IncreaseGoal end |
#IncreaseUseAssociateDate ⇒ Object
Y:是,N:否
607 608 609 |
# File 'lib/v20180321/models.rb', line 607 def IncreaseUseAssociateDate @IncreaseUseAssociateDate end |
#IsJoinIncrease ⇒ Object
Y:是,N:否
607 608 609 |
# File 'lib/v20180321/models.rb', line 607 def IsJoinIncrease @IsJoinIncrease end |
#TLevel ⇒ Object
Y:是,N:否
607 608 609 |
# File 'lib/v20180321/models.rb', line 607 def TLevel @TLevel end |
#TotalBaseAmt ⇒ Object
Y:是,N:否
607 608 609 |
# File 'lib/v20180321/models.rb', line 607 def TotalBaseAmt @TotalBaseAmt end |
Instance Method Details
#deserialize(params) ⇒ Object
618 619 620 621 622 623 624 625 |
# File 'lib/v20180321/models.rb', line 618 def deserialize(params) @ClientUin = params['ClientUin'] @IsJoinIncrease = params['IsJoinIncrease'] @IncreaseUseAssociateDate = params['IncreaseUseAssociateDate'] @TLevel = params['TLevel'] @IncreaseGoal = params['IncreaseGoal'] @TotalBaseAmt = params['TotalBaseAmt'] end |