tencentcloud-sdk-apcas 3.0.589 → 3.0.591

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201127/models.rb +25 -25
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a339ad8839dbed48f9ade729130aeddaa4ae5c39
4
- data.tar.gz: 22ff1080d6fd2006094e03302f453811a73436aa
3
+ metadata.gz: 0cefc848a22789754d90b0bfb6ef0234a7b983ca
4
+ data.tar.gz: 4cfe03c882c63e534d0692b8d9e5880087f4cfa2
5
5
  SHA512:
6
- metadata.gz: 6fe4a70d9a95e68e93516376ba07107a7f7c3a9383694443dcb9b3ebde4d3e55f1132caab190577870e8760b86ce0dd07daed986a159e1d4524bfff86afa5bee
7
- data.tar.gz: ad50a101e1a68bd89fa6ea85ecd3f6d4da5886e6f7e3de2239e71a40271991223bc708cd470c30d332b0408f9b0d75da8204240ad142cd3d7a882feb9806d4ca
6
+ metadata.gz: 3795331d40866ba4ae2e8f360188e9e8997936b9dfb8ee52ac901abe910db7419dccf21efbfbf8b8d9379cf5eb5b8289cf373b21ecdda2165ccabffcde910fae
7
+ data.tar.gz: 2d9f688342a95441aa95d33ebc4ac5bcac18fa577419fc79b48d2c8e0638743a370f9608f3fa675dc5f3912b6c17a700f27f7b3f64157d04f22fb4924e800497
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -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.589
4
+ version: 3.0.591
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-09 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common