tencentcloud-sdk-taf 3.0.590 → 3.0.592

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200210/models.rb +11 -11
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b614c1b8745aafc10428cf4531bf8aebf8f4060
4
- data.tar.gz: 097c16744ed98df1215b73931f707d0ec2dbe6fd
3
+ metadata.gz: 0b811c60eb93b4931766701459763d85d09085d3
4
+ data.tar.gz: 406bae904f44e023efde707543f272ffc9865656
5
5
  SHA512:
6
- metadata.gz: 6d4601172bcbd89ceef69a2a08cd42f81aa7386325b77b7e983779ca9396371a8989f2cd5fc3fb0cc73e57af54d5b4f19853c537ad108ae9f186d5a3903ccb99
7
- data.tar.gz: ec933e6c5236be4a706840622d7e9d00b3146e743cd25abae3697f403811dbae86919d5220e8475b7cc1798944b4b012e3738d887ffd4b8fff512e67d874a42c
6
+ metadata.gz: bb20bb5fb5148e2130a144fd3c06383d413c60404e4a29f1fdc71be51afb1fca4045cf2f51c2e0609b3352056ea6fe64e06c30be6ffd0ca7fd26b1e7042e6f13
7
+ data.tar.gz: 65de6e734aba54929434183194e74d835e412dd29d67185efaacb5a59b6c267385a2b89d5132f33ca7b7eb04b17030a73736dcb4b154f0d3686d1e484afcd961
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # @type DeviceType: Integer
26
26
 
27
27
  attr_accessor :DeviceId, :DeviceType
28
-
28
+
29
29
  def initialize(deviceid=nil, devicetype=nil)
30
30
  @DeviceId = deviceid
31
31
  @DeviceType = devicetype
@@ -40,7 +40,7 @@ module TencentCloud
40
40
  # 业务入参
41
41
  class InputBusinessEncryptData < TencentCloud::Common::AbstractModel
42
42
 
43
-
43
+
44
44
  def initialize()
45
45
  end
46
46
 
@@ -132,7 +132,7 @@ module TencentCloud
132
132
  # @type DeviceList: Array
133
133
 
134
134
  attr_accessor :ModelIdList, :Uid, :AccountType, :Ip, :Os, :Osv, :Lat, :Lon, :DeviceModel, :BidFloor, :Age, :Gender, :Location, :DeliveryMode, :AdvertisingType, :Mac, :Phone, :Ua, :App, :Package, :Maker, :DeviceType, :AccessMode, :Sp, :DeviceW, :DeviceH, :FullScreen, :ImpBannerW, :ImpBannerH, :Url, :Context, :Channel, :ReqId, :ReqMd5, :AdType, :AppName, :AppVer, :ReqType, :IsAuthorized, :DeviceList
135
-
135
+
136
136
  def initialize(modelidlist=nil, uid=nil, accounttype=nil, ip=nil, os=nil, osv=nil, lat=nil, lon=nil, devicemodel=nil, bidfloor=nil, age=nil, gender=nil, location=nil, deliverymode=nil, advertisingtype=nil, mac=nil, phone=nil, ua=nil, app=nil, package=nil, maker=nil, devicetype=nil, accessmode=nil, sp=nil, devicew=nil, deviceh=nil, fullscreen=nil, impbannerw=nil, impbannerh=nil, url=nil, context=nil, channel=nil, reqid=nil, reqmd5=nil, adtype=nil, appname=nil, appver=nil, reqtype=nil, isauthorized=nil, devicelist=nil)
137
137
  @ModelIdList = modelidlist
138
138
  @Uid = uid
@@ -239,7 +239,7 @@ module TencentCloud
239
239
  # @type Value: Array
240
240
 
241
241
  attr_accessor :Code, :Message, :Value
242
-
242
+
243
243
  def initialize(code=nil, message=nil, value=nil)
244
244
  @Code = code
245
245
  @Message = message
@@ -279,7 +279,7 @@ module TencentCloud
279
279
  # @type Uid: String
280
280
 
281
281
  attr_accessor :ModelId, :IsFound, :Score, :ModelType, :Uid
282
-
282
+
283
283
  def initialize(modelid=nil, isfound=nil, score=nil, modeltype=nil, uid=nil)
284
284
  @ModelId = modelid
285
285
  @IsFound = isfound
@@ -303,7 +303,7 @@ module TencentCloud
303
303
  # @type BspData: :class:`Tencentcloud::Taf.v20200210.models.InputRecognizeTargetAudience`
304
304
 
305
305
  attr_accessor :BspData
306
-
306
+
307
307
  def initialize(bspdata=nil)
308
308
  @BspData = bspdata
309
309
  end
@@ -325,7 +325,7 @@ module TencentCloud
325
325
  # @type RequestId: String
326
326
 
327
327
  attr_accessor :Data, :RequestId
328
-
328
+
329
329
  def initialize(data=nil, requestid=nil)
330
330
  @Data = data
331
331
  @RequestId = requestid
@@ -346,7 +346,7 @@ module TencentCloud
346
346
  # @type BspData: :class:`Tencentcloud::Taf.v20200210.models.InputRecognizeTargetAudience`
347
347
 
348
348
  attr_accessor :BspData
349
-
349
+
350
350
  def initialize(bspdata=nil)
351
351
  @BspData = bspdata
352
352
  end
@@ -368,7 +368,7 @@ module TencentCloud
368
368
  # @type RequestId: String
369
369
 
370
370
  attr_accessor :Data, :RequestId
371
-
371
+
372
372
  def initialize(data=nil, requestid=nil)
373
373
  @Data = data
374
374
  @RequestId = requestid
@@ -391,7 +391,7 @@ module TencentCloud
391
391
  # @type BusinessEncryptData: :class:`Tencentcloud::Taf.v20200210.models.InputBusinessEncryptData`
392
392
 
393
393
  attr_accessor :BspData, :BusinessEncryptData
394
-
394
+
395
395
  def initialize(bspdata=nil, businessencryptdata=nil)
396
396
  @BspData = bspdata
397
397
  @BusinessEncryptData = businessencryptdata
@@ -418,7 +418,7 @@ module TencentCloud
418
418
  # @type RequestId: String
419
419
 
420
420
  attr_accessor :Data, :RequestId
421
-
421
+
422
422
  def initialize(data=nil, requestid=nil)
423
423
  @Data = data
424
424
  @RequestId = requestid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-taf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
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-12 00:00:00.000000000 Z
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