tencentcloud-sdk-taf 1.0.357 → 1.0.358

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c6bbd8f709730e74f8a43a70a23e0882f0d446cb
4
- data.tar.gz: 448a5a7f81be4fd0ca39042944e01aec6f5b9de6
3
+ metadata.gz: e4e518a1b1ae38ca37d6a2381f6408948e49afdf
4
+ data.tar.gz: 2b3f14626e8fe9a25e7d30841fb6be58ee30a31d
5
5
  SHA512:
6
- metadata.gz: bd4cceb197358d9a3acbfe60f6b4716021e51a032676625c48f2cfb92cb44f8f4105b5161ab624f1b1c20259184d42878dc19dffa74622d2542f6189b2416e2e
7
- data.tar.gz: 298c430a27987a7e5eabd68c5f6fecc2efbcf9fcb65b89b92deae0222f581fdf0284ec64de5f8adf1a6b2d89b6100e359e0f1e24038a2032b0bd50eac85eb9d4
6
+ metadata.gz: 37eaa545b31846db9c2e794ea3805f991fe35e0a94cc8d560629f1069d60b13355d1a9fcae821f0aa358c1a1e5f6248cb638469d633c18fb19f6c363600fd531
7
+ data.tar.gz: 01f6cec7849ce3ef1373394004a86c9fd5adde43784d27ca8cd5dd3c25a3344e594955b34016dfcd0795694fba084da196eb77f87c36f3f8ce3019fcbcb97b01
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.357
1
+ 1.0.358
@@ -170,12 +170,12 @@ module TencentCloud
170
170
 
171
171
  # 流量反欺诈-验准入参
172
172
  class InputRecognizeTargetAudience < TencentCloud::Common::AbstractModel
173
+ # @param ModelIdList: 模型ID列表
174
+ # @type ModelIdList: Array
173
175
  # @param Uid: 设备ID,AccountType指定的类型
174
176
  # @type Uid: String
175
177
  # @param AccountType: 设备号类型,1.imei 2.imeiMd5(小写后转MD5转小写)3.idfa, 4.idfaMd5(大写后转MD5转小写),5.手机号,256.其它
176
178
  # @type AccountType: Integer
177
- # @param ModelIdList: 模型ID列表
178
- # @type ModelIdList: Array
179
179
  # @param Ip: 用户IP
180
180
  # @type Ip: String
181
181
  # @param Os: 操作系统类型(unknown,android,ios,windows)
@@ -251,12 +251,12 @@ module TencentCloud
251
251
  # @param DeviceList: 设备信息
252
252
  # @type DeviceList: Array
253
253
 
254
- attr_accessor :Uid, :AccountType, :ModelIdList, :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
254
+ 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
255
255
 
256
- def initialize(uid=nil, accounttype=nil, modelidlist=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)
256
+ 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)
257
+ @ModelIdList = modelidlist
257
258
  @Uid = uid
258
259
  @AccountType = accounttype
259
- @ModelIdList = modelidlist
260
260
  @Ip = ip
261
261
  @Os = os
262
262
  @Osv = osv
@@ -297,9 +297,9 @@ module TencentCloud
297
297
  end
298
298
 
299
299
  def deserialize(params)
300
+ @ModelIdList = params['ModelIdList']
300
301
  @Uid = params['Uid']
301
302
  @AccountType = params['AccountType']
302
- @ModelIdList = params['ModelIdList']
303
303
  @Ip = params['Ip']
304
304
  @Os = params['Os']
305
305
  @Osv = params['Osv']
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: 1.0.357
4
+ version: 1.0.358
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-17 00:00:00.000000000 Z
11
+ date: 2022-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common