Class: TencentCloud::Partners::V20180321::DescribeAgentSelfPayDealsV2Request
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Partners::V20180321::DescribeAgentSelfPayDealsV2Request
- Defined in:
- lib/v20180321/models.rb
Overview
DescribeAgentSelfPayDealsV2请求参数结构体
Instance Attribute Summary collapse
- #BigDealIds ⇒ Object
- #CreatTimeRangeEnd ⇒ Object
- #CreatTimeRangeStart ⇒ Object
- #DealNames ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #Order ⇒ Object
- #OwnerUin ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(owneruin = nil, offset = nil, limit = nil, creattimerangestart = nil, creattimerangeend = nil, order = nil, status = nil, dealnames = nil, bigdealids = nil) ⇒ DescribeAgentSelfPayDealsV2Request
constructor
A new instance of DescribeAgentSelfPayDealsV2Request.
Constructor Details
#initialize(owneruin = nil, offset = nil, limit = nil, creattimerangestart = nil, creattimerangeend = nil, order = nil, status = nil, dealnames = nil, bigdealids = nil) ⇒ DescribeAgentSelfPayDealsV2Request
Returns a new instance of DescribeAgentSelfPayDealsV2Request.
1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 |
# File 'lib/v20180321/models.rb', line 1272 def initialize(owneruin=nil, offset=nil, limit=nil, creattimerangestart=nil, creattimerangeend=nil, order=nil, status=nil, dealnames=nil, bigdealids=nil) @OwnerUin = owneruin @Offset = offset @Limit = limit @CreatTimeRangeStart = creattimerangestart @CreatTimeRangeEnd = creattimerangeend @Order = order @Status = status @DealNames = dealnames @BigDealIds = bigdealids end |
Instance Attribute Details
#BigDealIds ⇒ Object
1270 1271 1272 |
# File 'lib/v20180321/models.rb', line 1270 def BigDealIds @BigDealIds end |
#CreatTimeRangeEnd ⇒ Object
1270 1271 1272 |
# File 'lib/v20180321/models.rb', line 1270 def CreatTimeRangeEnd @CreatTimeRangeEnd end |
#CreatTimeRangeStart ⇒ Object
1270 1271 1272 |
# File 'lib/v20180321/models.rb', line 1270 def CreatTimeRangeStart @CreatTimeRangeStart end |
#DealNames ⇒ Object
1270 1271 1272 |
# File 'lib/v20180321/models.rb', line 1270 def DealNames @DealNames end |
#Limit ⇒ Object
1270 1271 1272 |
# File 'lib/v20180321/models.rb', line 1270 def Limit @Limit end |
#Offset ⇒ Object
1270 1271 1272 |
# File 'lib/v20180321/models.rb', line 1270 def Offset @Offset end |
#Order ⇒ Object
1270 1271 1272 |
# File 'lib/v20180321/models.rb', line 1270 def Order @Order end |
#OwnerUin ⇒ Object
1270 1271 1272 |
# File 'lib/v20180321/models.rb', line 1270 def OwnerUin @OwnerUin end |
#Status ⇒ Object
1270 1271 1272 |
# File 'lib/v20180321/models.rb', line 1270 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 |
# File 'lib/v20180321/models.rb', line 1284 def deserialize(params) @OwnerUin = params['OwnerUin'] @Offset = params['Offset'] @Limit = params['Limit'] @CreatTimeRangeStart = params['CreatTimeRangeStart'] @CreatTimeRangeEnd = params['CreatTimeRangeEnd'] @Order = params['Order'] @Status = params['Status'] @DealNames = params['DealNames'] @BigDealIds = params['BigDealIds'] end |