tencentcloud-sdk-taf 1.0.357 → 1.0.360

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c6bbd8f709730e74f8a43a70a23e0882f0d446cb
4
- data.tar.gz: 448a5a7f81be4fd0ca39042944e01aec6f5b9de6
3
+ metadata.gz: 96351581d19eaf4d221f9e5f049c956c059d7d67
4
+ data.tar.gz: f16484658520c27a87862958f1c4fd3628e04b4d
5
5
  SHA512:
6
- metadata.gz: bd4cceb197358d9a3acbfe60f6b4716021e51a032676625c48f2cfb92cb44f8f4105b5161ab624f1b1c20259184d42878dc19dffa74622d2542f6189b2416e2e
7
- data.tar.gz: 298c430a27987a7e5eabd68c5f6fecc2efbcf9fcb65b89b92deae0222f581fdf0284ec64de5f8adf1a6b2d89b6100e359e0f1e24038a2032b0bd50eac85eb9d4
6
+ metadata.gz: b257af4060a9f280e89b8c1c608fd43a4c06c1848c0f6dd180a56e645f7ff5c61ead151f4829e5038de77ff2a7b5f9b7ea01357999b2a85f9c79e1999d894cba
7
+ data.tar.gz: 185d44d649cd37b1ec8f170316494e7c9919b728c9179d1d5b6b18f550579ffb55a5289c14782a0dab832bac1976814fa85864d90c2e5a381518ab9805f40e39
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.357
1
+ 1.0.360
@@ -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.360
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-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common