tencentcloud-sdk-trdp 3.0.590 → 3.0.592

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: 3a28610155e5bf57e10c42d0d6a2f5ec3e5d8518
4
- data.tar.gz: 8129b066b3bdd678cc8eb93ee7421e1edb74792e
3
+ metadata.gz: 2c8189b52954b4223e714ce0d0642b3c4f418a1d
4
+ data.tar.gz: 11c623d4ef6cb1dd0e3d15c0f9431c11bd6ddb08
5
5
  SHA512:
6
- metadata.gz: 88c0bee0657d1ba9c72c15da2d4be4fd41713bb781a6e366cf1d0b2d18263641f4d79c2aed1b135f69b0697da5d499f36203631f6a805e5d0a1ec54dfc0755cf
7
- data.tar.gz: 16d74ead66dad60a00ac8c1bc25e35fbda18baa9bddfcce935d413979c4b2e5d12da1ee8b83c8029657b867cc7492510329c7c0e5769a0c991f72578bd82cadd
6
+ metadata.gz: e64cfde797e4b00fbe852a5b5fc8a87318b8c884024c7333bc3dce6697c0443e643062463c0e945094eef91f228aec074ea7e87b6386fe0beb1cb306d3412fd1
7
+ data.tar.gz: 155196052f2eb6c682bac5a0a57771c1660885a9b05544cd374a4bd5616f04c4b9cd98319bc17ba951afb0f67f7643b8efeed18a977f2cee9f48a62634597183
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -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.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