tencentcloud-sdk-apcas 3.0.590 → 3.0.592
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201127/models.rb +25 -25
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fbb826964c4356159bbb23fd9e361d2fcd253fa2
|
4
|
+
data.tar.gz: 3405af0c57f4b1d1a1f3224f24be69d2998f80a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e38811b8c4a2fe0531f0a0aadbc343d9cd215d2a708a029db9f6f0b268b6318affd6cea6ffa7f721c7d866cb25004a77602ee368a6235df93c93ab7f25b1890
|
7
|
+
data.tar.gz: 2d0a41a82d84dd1ac6c4c9410c62f723ff1b25e02bd4ce5c20f4bca1de0c9063c580c28b0ddf6d08b191d158404d47582f29a7c4ef9030b362bfc171e07e8c10
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.592
|
data/lib/v20201127/models.rb
CHANGED
@@ -27,7 +27,7 @@ module TencentCloud
|
|
27
27
|
# @type Date: String
|
28
28
|
|
29
29
|
attr_accessor :DataType, :ValidAmount, :Date
|
30
|
-
|
30
|
+
|
31
31
|
def initialize(datatype=nil, validamount=nil, date=nil)
|
32
32
|
@DataType = datatype
|
33
33
|
@ValidAmount = validamount
|
@@ -49,7 +49,7 @@ module TencentCloud
|
|
49
49
|
# @type CallDetailSet: Array
|
50
50
|
|
51
51
|
attr_accessor :TotalCount, :CallDetailSet
|
52
|
-
|
52
|
+
|
53
53
|
def initialize(totalcount=nil, calldetailset=nil)
|
54
54
|
@TotalCount = totalcount
|
55
55
|
@CallDetailSet = calldetailset
|
@@ -76,7 +76,7 @@ module TencentCloud
|
|
76
76
|
# @type Amount: Integer
|
77
77
|
|
78
78
|
attr_accessor :Date, :Amount
|
79
|
-
|
79
|
+
|
80
80
|
def initialize(date=nil, amount=nil)
|
81
81
|
@Date = date
|
82
82
|
@Amount = amount
|
@@ -100,7 +100,7 @@ module TencentCloud
|
|
100
100
|
# @type TotalAmount: Integer
|
101
101
|
|
102
102
|
attr_accessor :TodayAmount, :WeekAmount, :MonthAmount, :TotalAmount
|
103
|
-
|
103
|
+
|
104
104
|
def initialize(todayamount=nil, weekamount=nil, monthamount=nil, totalamount=nil)
|
105
105
|
@TodayAmount = todayamount
|
106
106
|
@WeekAmount = weekamount
|
@@ -122,7 +122,7 @@ module TencentCloud
|
|
122
122
|
# @type Id: Integer
|
123
123
|
|
124
124
|
attr_accessor :Id
|
125
|
-
|
125
|
+
|
126
126
|
def initialize(id=nil)
|
127
127
|
@Id = id
|
128
128
|
end
|
@@ -140,7 +140,7 @@ module TencentCloud
|
|
140
140
|
# @type RequestId: String
|
141
141
|
|
142
142
|
attr_accessor :TaskDetailDataList, :RequestId
|
143
|
-
|
143
|
+
|
144
144
|
def initialize(taskdetaildatalist=nil, requestid=nil)
|
145
145
|
@TaskDetailDataList = taskdetaildatalist
|
146
146
|
@RequestId = requestid
|
@@ -175,7 +175,7 @@ module TencentCloud
|
|
175
175
|
# @type TaskStatus: Integer
|
176
176
|
|
177
177
|
attr_accessor :PageNumber, :PageSize, :StartTime, :EndTime, :TaskName, :TaskStatus
|
178
|
-
|
178
|
+
|
179
179
|
def initialize(pagenumber=nil, pagesize=nil, starttime=nil, endtime=nil, taskname=nil, taskstatus=nil)
|
180
180
|
@PageNumber = pagenumber
|
181
181
|
@PageSize = pagesize
|
@@ -203,7 +203,7 @@ module TencentCloud
|
|
203
203
|
# @type RequestId: String
|
204
204
|
|
205
205
|
attr_accessor :TaskListData, :RequestId
|
206
|
-
|
206
|
+
|
207
207
|
def initialize(tasklistdata=nil, requestid=nil)
|
208
208
|
@TaskListData = tasklistdata
|
209
209
|
@RequestId = requestid
|
@@ -226,7 +226,7 @@ module TencentCloud
|
|
226
226
|
# @type Label: String
|
227
227
|
|
228
228
|
attr_accessor :Value, :Label
|
229
|
-
|
229
|
+
|
230
230
|
def initialize(value=nil, label=nil)
|
231
231
|
@Value = value
|
232
232
|
@Label = label
|
@@ -251,7 +251,7 @@ module TencentCloud
|
|
251
251
|
# @type Tgi: Float
|
252
252
|
|
253
253
|
attr_accessor :Proportion, :Market, :Tgi
|
254
|
-
|
254
|
+
|
255
255
|
def initialize(proportion=nil, market=nil, tgi=nil)
|
256
256
|
@Proportion = proportion
|
257
257
|
@Market = market
|
@@ -281,7 +281,7 @@ module TencentCloud
|
|
281
281
|
# @type ErrMsg: String
|
282
282
|
|
283
283
|
attr_accessor :ID, :TaskName, :StartTime, :Status, :Available, :ErrMsg
|
284
|
-
|
284
|
+
|
285
285
|
def initialize(id=nil, taskname=nil, starttime=nil, status=nil, available=nil, errmsg=nil)
|
286
286
|
@ID = id
|
287
287
|
@TaskName = taskname
|
@@ -309,7 +309,7 @@ module TencentCloud
|
|
309
309
|
# @type Id: String
|
310
310
|
|
311
311
|
attr_accessor :Type, :Id
|
312
|
-
|
312
|
+
|
313
313
|
def initialize(type=nil, id=nil)
|
314
314
|
@Type = type
|
315
315
|
@Id = id
|
@@ -329,7 +329,7 @@ module TencentCloud
|
|
329
329
|
# @type RequestId: String
|
330
330
|
|
331
331
|
attr_accessor :RatingData, :RequestId
|
332
|
-
|
332
|
+
|
333
333
|
def initialize(ratingdata=nil, requestid=nil)
|
334
334
|
@RatingData = ratingdata
|
335
335
|
@RequestId = requestid
|
@@ -358,7 +358,7 @@ module TencentCloud
|
|
358
358
|
# @type PageSize: Integer
|
359
359
|
|
360
360
|
attr_accessor :Type, :StartTime, :EndTime, :PageNumber, :PageSize
|
361
|
-
|
361
|
+
|
362
362
|
def initialize(type=nil, starttime=nil, endtime=nil, pagenumber=nil, pagesize=nil)
|
363
363
|
@Type = type
|
364
364
|
@StartTime = starttime
|
@@ -384,7 +384,7 @@ module TencentCloud
|
|
384
384
|
# @type RequestId: String
|
385
385
|
|
386
386
|
attr_accessor :CallDetails, :RequestId
|
387
|
-
|
387
|
+
|
388
388
|
def initialize(calldetails=nil, requestid=nil)
|
389
389
|
@CallDetails = calldetails
|
390
390
|
@RequestId = requestid
|
@@ -409,7 +409,7 @@ module TencentCloud
|
|
409
409
|
# @type EndTime: Integer
|
410
410
|
|
411
411
|
attr_accessor :Type, :StartTime, :EndTime
|
412
|
-
|
412
|
+
|
413
413
|
def initialize(type=nil, starttime=nil, endtime=nil)
|
414
414
|
@Type = type
|
415
415
|
@StartTime = starttime
|
@@ -431,7 +431,7 @@ module TencentCloud
|
|
431
431
|
# @type RequestId: String
|
432
432
|
|
433
433
|
attr_accessor :CallSet, :RequestId
|
434
|
-
|
434
|
+
|
435
435
|
def initialize(callset=nil, requestid=nil)
|
436
436
|
@CallSet = callset
|
437
437
|
@RequestId = requestid
|
@@ -456,7 +456,7 @@ module TencentCloud
|
|
456
456
|
# @type Type: Integer
|
457
457
|
|
458
458
|
attr_accessor :Type
|
459
|
-
|
459
|
+
|
460
460
|
def initialize(type=nil)
|
461
461
|
@Type = type
|
462
462
|
end
|
@@ -474,7 +474,7 @@ module TencentCloud
|
|
474
474
|
# @type RequestId: String
|
475
475
|
|
476
476
|
attr_accessor :GeneralStat, :RequestId
|
477
|
-
|
477
|
+
|
478
478
|
def initialize(generalstat=nil, requestid=nil)
|
479
479
|
@GeneralStat = generalstat
|
480
480
|
@RequestId = requestid
|
@@ -495,7 +495,7 @@ module TencentCloud
|
|
495
495
|
# @type Rank: Integer
|
496
496
|
|
497
497
|
attr_accessor :Rank
|
498
|
-
|
498
|
+
|
499
499
|
def initialize(rank=nil)
|
500
500
|
@Rank = rank
|
501
501
|
end
|
@@ -511,7 +511,7 @@ module TencentCloud
|
|
511
511
|
# @type Id: Integer
|
512
512
|
|
513
513
|
attr_accessor :Id
|
514
|
-
|
514
|
+
|
515
515
|
def initialize(id=nil)
|
516
516
|
@Id = id
|
517
517
|
end
|
@@ -531,7 +531,7 @@ module TencentCloud
|
|
531
531
|
# @type LabelDetailDataList: Array
|
532
532
|
|
533
533
|
attr_accessor :TagId, :TagDesc, :LabelDetailDataList
|
534
|
-
|
534
|
+
|
535
535
|
def initialize(tagid=nil, tagdesc=nil, labeldetaildatalist=nil)
|
536
536
|
@TagId = tagid
|
537
537
|
@TagDesc = tagdesc
|
@@ -564,7 +564,7 @@ module TencentCloud
|
|
564
564
|
# @type TaskList: Array
|
565
565
|
|
566
566
|
attr_accessor :PageNumber, :PageSize, :TotalCount, :TaskList
|
567
|
-
|
567
|
+
|
568
568
|
def initialize(pagenumber=nil, pagesize=nil, totalcount=nil, tasklist=nil)
|
569
569
|
@PageNumber = pagenumber
|
570
570
|
@PageSize = pagesize
|
@@ -597,7 +597,7 @@ module TencentCloud
|
|
597
597
|
# @type IdListBase64: String
|
598
598
|
|
599
599
|
attr_accessor :Type, :TaskName, :IdListBase64
|
600
|
-
|
600
|
+
|
601
601
|
def initialize(type=nil, taskname=nil, idlistbase64=nil)
|
602
602
|
@Type = type
|
603
603
|
@TaskName = taskname
|
@@ -619,7 +619,7 @@ module TencentCloud
|
|
619
619
|
# @type RequestId: String
|
620
620
|
|
621
621
|
attr_accessor :TaskData, :RequestId
|
622
|
-
|
622
|
+
|
623
623
|
def initialize(taskdata=nil, requestid=nil)
|
624
624
|
@TaskData = taskdata
|
625
625
|
@RequestId = requestid
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-apcas
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.592
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|