tencentcloud-sdk-rum 1.0.353 → 1.0.356

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/v20210622/models.rb +27 -7
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 49f76e2a8becdaa7a4753898aa395ddb050126bd
4
- data.tar.gz: 714e28873a171e44547a152e768cf3888bffa3f5
3
+ metadata.gz: 77d80856b15e31fc63b87fd4e1ff505ad7cc3491
4
+ data.tar.gz: f52d907be0d16e017d332b0fcc0c18244cd01905
5
5
  SHA512:
6
- metadata.gz: 18ad7aedd4566d1e89b282701b971e1dac6e8116537c193c82b390a7de2971ee793e15843ee2a7310516ab316ab78d8bca16cc943fe2ef42de11d1acfe3f508c
7
- data.tar.gz: 4438e7cd26e1e6b95cf5cc507607a4ead4e3cc343f63e0f90d497f2d7114e6394dd23b381d6e09b04bc3e32f530aaa8a3630b03388e21c123bd06cdf34a2702e
6
+ metadata.gz: d475be491db57763bed5a22b09bd24e3396b5f65bb1906f5b8cb0ce596507f8eaeeff3fd17ea979648a40dc811cf3e1bc670726877e9099fbf493644d47c533a
7
+ data.tar.gz: aa0ff93850950a4b1620e543c756bfaa0b97eee149b05ffa311e25b3c7e7d9441473c9448cd609b34a24de97e59938861e91420ede3cae6fa57517fb3bcb746d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.353
1
+ 1.0.356
@@ -276,7 +276,7 @@ module TencentCloud
276
276
  class CreateTawInstanceRequest < TencentCloud::Common::AbstractModel
277
277
  # @param AreaId: 片区Id,(至少大于0)
278
278
  # @type AreaId: Integer
279
- # @param ChargeType: 计费类型, (1=体验,2=预付费,3=后付费)
279
+ # @param ChargeType: 计费类型, (1=后付费,2=预付费)
280
280
  # @type ChargeType: Integer
281
281
  # @param DataRetentionDays: 数据保存时间,(至少大于0)
282
282
  # @type DataRetentionDays: Integer
@@ -993,10 +993,14 @@ module TencentCloud
993
993
  # @type Url: String
994
994
  # @param Env: 环境
995
995
  # @type Env: String
996
+ # @param Status: httpcode响应码
997
+ # @type Status: String
998
+ # @param Ret: retcode
999
+ # @type Ret: String
996
1000
 
997
- attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :CostType, :Url, :Env
1001
+ attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :CostType, :Url, :Env, :Status, :Ret
998
1002
 
999
- def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, url=nil, env=nil)
1003
+ def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, url=nil, env=nil, status=nil, ret=nil)
1000
1004
  @StartTime = starttime
1001
1005
  @Type = type
1002
1006
  @EndTime = endtime
@@ -1020,6 +1024,8 @@ module TencentCloud
1020
1024
  @CostType = costtype
1021
1025
  @Url = url
1022
1026
  @Env = env
1027
+ @Status = status
1028
+ @Ret = ret
1023
1029
  end
1024
1030
 
1025
1031
  def deserialize(params)
@@ -1046,6 +1052,8 @@ module TencentCloud
1046
1052
  @CostType = params['CostType']
1047
1053
  @Url = params['Url']
1048
1054
  @Env = params['Env']
1055
+ @Status = params['Status']
1056
+ @Ret = params['Ret']
1049
1057
  end
1050
1058
  end
1051
1059
 
@@ -1241,10 +1249,14 @@ module TencentCloud
1241
1249
  # @type Url: String
1242
1250
  # @param Env: 环境
1243
1251
  # @type Env: String
1252
+ # @param Status: httpcode响应码
1253
+ # @type Status: String
1254
+ # @param Ret: retcode
1255
+ # @type Ret: String
1244
1256
 
1245
- attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :CostType, :Url, :Env
1257
+ attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :CostType, :Url, :Env, :Status, :Ret
1246
1258
 
1247
- def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, url=nil, env=nil)
1259
+ def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, url=nil, env=nil, status=nil, ret=nil)
1248
1260
  @StartTime = starttime
1249
1261
  @Type = type
1250
1262
  @EndTime = endtime
@@ -1268,6 +1280,8 @@ module TencentCloud
1268
1280
  @CostType = costtype
1269
1281
  @Url = url
1270
1282
  @Env = env
1283
+ @Status = status
1284
+ @Ret = ret
1271
1285
  end
1272
1286
 
1273
1287
  def deserialize(params)
@@ -1294,6 +1308,8 @@ module TencentCloud
1294
1308
  @CostType = params['CostType']
1295
1309
  @Url = params['Url']
1296
1310
  @Env = params['Env']
1311
+ @Status = params['Status']
1312
+ @Ret = params['Ret']
1297
1313
  end
1298
1314
  end
1299
1315
 
@@ -2087,10 +2103,12 @@ module TencentCloud
2087
2103
  # @type CostType: String
2088
2104
  # @param Env: 环境
2089
2105
  # @type Env: String
2106
+ # @param PackageType: 获取package
2107
+ # @type PackageType: String
2090
2108
 
2091
- attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :CostType, :Env
2109
+ attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :CostType, :Env, :PackageType
2092
2110
 
2093
- def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, env=nil)
2111
+ def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, env=nil, packagetype=nil)
2094
2112
  @StartTime = starttime
2095
2113
  @Type = type
2096
2114
  @EndTime = endtime
@@ -2113,6 +2131,7 @@ module TencentCloud
2113
2131
  @Browser = browser
2114
2132
  @CostType = costtype
2115
2133
  @Env = env
2134
+ @PackageType = packagetype
2116
2135
  end
2117
2136
 
2118
2137
  def deserialize(params)
@@ -2138,6 +2157,7 @@ module TencentCloud
2138
2157
  @Browser = params['Browser']
2139
2158
  @CostType = params['CostType']
2140
2159
  @Env = params['Env']
2160
+ @PackageType = params['PackageType']
2141
2161
  end
2142
2162
  end
2143
2163
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-rum
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.353
4
+ version: 1.0.356
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-11 00:00:00.000000000 Z
11
+ date: 2022-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common