Class: TencentCloud::Partners::V20180321::DescribeAgentAuditedClientsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Partners::V20180321::DescribeAgentAuditedClientsRequest
- Defined in:
- lib/v20180321/models.rb
Overview
DescribeAgentAuditedClients请求参数结构体
Instance Attribute Summary collapse
- #ClientFlag ⇒ Object
- #ClientName ⇒ Object
- #ClientRemark ⇒ Object
- #ClientType ⇒ Object
- #ClientUin ⇒ Object
- #ClientUins ⇒ Object
- #HasOverdueBill ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #OrderDirection ⇒ Object
- #ProjectType ⇒ Object
- #SalesName ⇒ Object
- #SalesUin ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clientuin = nil, clientname = nil, clientflag = nil, orderdirection = nil, clientuins = nil, hasoverduebill = nil, clientremark = nil, offset = nil, limit = nil, clienttype = nil, projecttype = nil, salesuin = nil, salesname = nil) ⇒ DescribeAgentAuditedClientsRequest
constructor
A new instance of DescribeAgentAuditedClientsRequest.
Constructor Details
#initialize(clientuin = nil, clientname = nil, clientflag = nil, orderdirection = nil, clientuins = nil, hasoverduebill = nil, clientremark = nil, offset = nil, limit = nil, clienttype = nil, projecttype = nil, salesuin = nil, salesname = nil) ⇒ DescribeAgentAuditedClientsRequest
742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 |
# File 'lib/v20180321/models.rb', line 742 def initialize(clientuin=nil, clientname=nil, clientflag=nil, orderdirection=nil, clientuins=nil, hasoverduebill=nil, clientremark=nil, offset=nil, limit=nil, clienttype=nil, projecttype=nil, salesuin=nil, salesname=nil) @ClientUin = clientuin @ClientName = clientname @ClientFlag = clientflag @OrderDirection = orderdirection @ClientUins = clientuins @HasOverdueBill = hasoverduebill @ClientRemark = clientremark @Offset = offset @Limit = limit @ClientType = clienttype @ProjectType = projecttype @SalesUin = salesuin @SalesName = salesname end |
Instance Attribute Details
#ClientFlag ⇒ Object
740 741 742 |
# File 'lib/v20180321/models.rb', line 740 def ClientFlag @ClientFlag end |
#ClientName ⇒ Object
740 741 742 |
# File 'lib/v20180321/models.rb', line 740 def ClientName @ClientName end |
#ClientRemark ⇒ Object
740 741 742 |
# File 'lib/v20180321/models.rb', line 740 def ClientRemark @ClientRemark end |
#ClientType ⇒ Object
740 741 742 |
# File 'lib/v20180321/models.rb', line 740 def ClientType @ClientType end |
#ClientUin ⇒ Object
740 741 742 |
# File 'lib/v20180321/models.rb', line 740 def ClientUin @ClientUin end |
#ClientUins ⇒ Object
740 741 742 |
# File 'lib/v20180321/models.rb', line 740 def ClientUins @ClientUins end |
#HasOverdueBill ⇒ Object
740 741 742 |
# File 'lib/v20180321/models.rb', line 740 def HasOverdueBill @HasOverdueBill end |
#Limit ⇒ Object
740 741 742 |
# File 'lib/v20180321/models.rb', line 740 def Limit @Limit end |
#Offset ⇒ Object
740 741 742 |
# File 'lib/v20180321/models.rb', line 740 def Offset @Offset end |
#OrderDirection ⇒ Object
740 741 742 |
# File 'lib/v20180321/models.rb', line 740 def OrderDirection @OrderDirection end |
#ProjectType ⇒ Object
740 741 742 |
# File 'lib/v20180321/models.rb', line 740 def ProjectType @ProjectType end |
#SalesName ⇒ Object
740 741 742 |
# File 'lib/v20180321/models.rb', line 740 def SalesName @SalesName end |
#SalesUin ⇒ Object
740 741 742 |
# File 'lib/v20180321/models.rb', line 740 def SalesUin @SalesUin end |
Instance Method Details
#deserialize(params) ⇒ Object
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 |
# File 'lib/v20180321/models.rb', line 758 def deserialize(params) @ClientUin = params['ClientUin'] @ClientName = params['ClientName'] @ClientFlag = params['ClientFlag'] @OrderDirection = params['OrderDirection'] @ClientUins = params['ClientUins'] @HasOverdueBill = params['HasOverdueBill'] @ClientRemark = params['ClientRemark'] @Offset = params['Offset'] @Limit = params['Limit'] @ClientType = params['ClientType'] @ProjectType = params['ProjectType'] @SalesUin = params['SalesUin'] @SalesName = params['SalesName'] end |