tencentcloud-sdk-trdp 3.0.589 → 3.0.591

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: 0222de2017f0afbf5082152ca8275848b881d4fe
4
- data.tar.gz: 14297df6e9377f87838ac1446a7136e9c9630824
3
+ metadata.gz: 42dd66ac1c9887cfb1466dea08b8fd2cb777f2a0
4
+ data.tar.gz: 26d8172dc603047db93b7e85f7522af42a323beb
5
5
  SHA512:
6
- metadata.gz: 991f5344dae4321f964f509a8e346187644409e728b825d48e1216c2a4999bee2ab60b0ea581afefac69796f85271f03aea4101ac0c1d71ce66b5f2c4b92eb30
7
- data.tar.gz: 1e7e4aa65dea0089e2fb529c31c9994ebf4d9966fa46c6d1b3eb46a749b85fdc97ab5ec8be7c38b0b3171c25a17491a17657f6375151b1e8460c148fed1b7fec
6
+ metadata.gz: 659c761768d261c5b13fe8dbfad8cd5aaf3acd2fd0fde55f3db55258e1d9a9bc2f4430f8e8daa44dfcc3bcccc7853a9d89a158fb56cc1fca65c51b25fdcc8fb5
7
+ data.tar.gz: 8119357b9c662fccf1a83c9ca0ce715577d1de3d5f7d48cb42ba6b4e2cb51dcfa1f664c1316b63da11a0ed6e1cdd6e8df2bed34da7a7f444d464d753c6e5dbc3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -29,7 +29,7 @@ module TencentCloud
29
29
  # @type UniversalAccount: :class:`Tencentcloud::Trdp.v20220726.models.UniversalAccountInfo`
30
30
 
31
31
  attr_accessor :AccountType, :UniversalAccount
32
-
32
+
33
33
  def initialize(accounttype=nil, universalaccount=nil)
34
34
  @AccountType = accounttype
35
35
  @UniversalAccount = universalaccount
@@ -159,7 +159,7 @@ module TencentCloud
159
159
  # @type Lat: String
160
160
 
161
161
  attr_accessor :MacAddress, :Model, :OsSystem, :OsSystemVersion, :BidFloor, :DeviceVersion, :Maker, :DeviceType, :Carrier, :AccessMode, :PhoneChipInfo, :CpuModel, :CpuCore, :Memory, :Language, :Volume, :BatteryPower, :ResolutionWidth, :ResolutionHeight, :Ua, :App, :AppPackageName, :SerialNumber, :MobileCountryAndNetworkCode, :VendorId, :AndroidApiLevel, :Brightness, :BluetoothAddress, :BaseBandVersion, :KernelVersion, :Storage, :PackageName, :AppVersion, :AppName, :IsDebug, :IsRoot, :IsProxy, :IsEmulator, :ChargeStatus, :NetworkType, :WifiMac, :DeviceName, :StartupTime, :Lon, :Lat
162
-
162
+
163
163
  def initialize(macaddress=nil, model=nil, ossystem=nil, ossystemversion=nil, bidfloor=nil, deviceversion=nil, maker=nil, devicetype=nil, carrier=nil, accessmode=nil, phonechipinfo=nil, cpumodel=nil, cpucore=nil, memory=nil, language=nil, volume=nil, batterypower=nil, resolutionwidth=nil, resolutionheight=nil, ua=nil, app=nil, apppackagename=nil, serialnumber=nil, mobilecountryandnetworkcode=nil, vendorid=nil, androidapilevel=nil, brightness=nil, bluetoothaddress=nil, basebandversion=nil, kernelversion=nil, storage=nil, packagename=nil, appversion=nil, appname=nil, isdebug=nil, isroot=nil, isproxy=nil, isemulator=nil, chargestatus=nil, networktype=nil, wifimac=nil, devicename=nil, startuptime=nil, lon=nil, lat=nil)
164
164
  @MacAddress = macaddress
165
165
  @Model = model
@@ -265,7 +265,7 @@ module TencentCloud
265
265
  # @type SdkChannel: String
266
266
 
267
267
  attr_accessor :DeviceToken, :SdkChannel
268
-
268
+
269
269
  def initialize(devicetoken=nil, sdkchannel=nil)
270
270
  @DeviceToken = devicetoken
271
271
  @SdkChannel = sdkchannel
@@ -298,7 +298,7 @@ module TencentCloud
298
298
  # @type Marketing: :class:`Tencentcloud::Trdp.v20220726.models.MarketingInfo`
299
299
 
300
300
  attr_accessor :Account, :User, :ModelId, :DeviceFingerprint, :SceneCode, :DeviceDetail, :Marketing
301
-
301
+
302
302
  def initialize(account=nil, user=nil, modelid=nil, devicefingerprint=nil, scenecode=nil, devicedetail=nil, marketing=nil)
303
303
  @Account = account
304
304
  @User = user
@@ -344,7 +344,7 @@ module TencentCloud
344
344
  # @type RequestId: String
345
345
 
346
346
  attr_accessor :EvaluationResult, :RequestId
347
-
347
+
348
348
  def initialize(evaluationresult=nil, requestid=nil)
349
349
  @EvaluationResult = evaluationresult
350
350
  @RequestId = requestid
@@ -449,7 +449,7 @@ module TencentCloud
449
449
  # @type RiskLabels: Array
450
450
 
451
451
  attr_accessor :SSID, :Score, :RiskLabels
452
-
452
+
453
453
  def initialize(ssid=nil, score=nil, risklabels=nil)
454
454
  @SSID = ssid
455
455
  @Score = score
@@ -479,7 +479,7 @@ module TencentCloud
479
479
  # @type Url: String
480
480
 
481
481
  attr_accessor :DeliveryMode, :AdvertisingType, :FullScreen, :AdvertisingSpaceWidth, :AdvertisingSpaceHeight, :Url
482
-
482
+
483
483
  def initialize(deliverymode=nil, advertisingtype=nil, fullscreen=nil, advertisingspacewidth=nil, advertisingspaceheight=nil, url=nil)
484
484
  @DeliveryMode = deliverymode
485
485
  @AdvertisingType = advertisingtype
@@ -507,7 +507,7 @@ module TencentCloud
507
507
  # @type AccountId: String
508
508
 
509
509
  attr_accessor :AccountId
510
-
510
+
511
511
  def initialize(accountid=nil)
512
512
  @AccountId = accountid
513
513
  end
@@ -543,7 +543,7 @@ module TencentCloud
543
543
  # @type Nickname: String
544
544
 
545
545
  attr_accessor :Ip, :ChannelSource, :Platform, :Name, :Age, :Gender, :ResidentIdentityCard, :Email, :Address, :Nickname
546
-
546
+
547
547
  def initialize(ip=nil, channelsource=nil, platform=nil, name=nil, age=nil, gender=nil, residentidentitycard=nil, email=nil, address=nil, nickname=nil)
548
548
  @Ip = ip
549
549
  @ChannelSource = channelsource
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-trdp
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