tencentcloud-sdk-rum 3.0.491 → 3.0.492
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210622/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b94fa45b6a24fbbca08d43215fbc9379011fe276
|
|
4
|
+
data.tar.gz: b70e4b7b18b8e0c95bc4eadfe98da6e7c6502c05
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6515d87ed128847c514e74d8677ef2319bcfc6823e95860e8106ba9030a7784342c9d2034bc8b57c977f4145f30751f1fd0ceaaa7556d414a1bdbad4a9eef412
|
|
7
|
+
data.tar.gz: a2f1173bc230e649d876a6dc43d13df7f92a1d5da9dafebf60aa8da2fe5760e4f6d796084e8f9da05e04135b9e5dddd4ff7e1b68dcba318a5686cb44416d219e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.492
|
data/lib/v20210622/models.rb
CHANGED
|
@@ -4329,10 +4329,13 @@ module TencentCloud
|
|
|
4329
4329
|
# @type RecordNum: Integer
|
|
4330
4330
|
# @param PageDuration: Duration
|
|
4331
4331
|
# @type PageDuration: String
|
|
4332
|
+
# @param CreateTime: 时间
|
|
4333
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4334
|
+
# @type CreateTime: String
|
|
4332
4335
|
|
|
4333
|
-
attr_accessor :StaticDuration, :PagePv, :ApiFail, :ApiNum, :StaticFail, :ProjectID, :PageUv, :ApiDuration, :Score, :PageError, :StaticNum, :RecordNum, :PageDuration
|
|
4336
|
+
attr_accessor :StaticDuration, :PagePv, :ApiFail, :ApiNum, :StaticFail, :ProjectID, :PageUv, :ApiDuration, :Score, :PageError, :StaticNum, :RecordNum, :PageDuration, :CreateTime
|
|
4334
4337
|
|
|
4335
|
-
def initialize(staticduration=nil, pagepv=nil, apifail=nil, apinum=nil, staticfail=nil, projectid=nil, pageuv=nil, apiduration=nil, score=nil, pageerror=nil, staticnum=nil, recordnum=nil, pageduration=nil)
|
|
4338
|
+
def initialize(staticduration=nil, pagepv=nil, apifail=nil, apinum=nil, staticfail=nil, projectid=nil, pageuv=nil, apiduration=nil, score=nil, pageerror=nil, staticnum=nil, recordnum=nil, pageduration=nil, createtime=nil)
|
|
4336
4339
|
@StaticDuration = staticduration
|
|
4337
4340
|
@PagePv = pagepv
|
|
4338
4341
|
@ApiFail = apifail
|
|
@@ -4346,6 +4349,7 @@ module TencentCloud
|
|
|
4346
4349
|
@StaticNum = staticnum
|
|
4347
4350
|
@RecordNum = recordnum
|
|
4348
4351
|
@PageDuration = pageduration
|
|
4352
|
+
@CreateTime = createtime
|
|
4349
4353
|
end
|
|
4350
4354
|
|
|
4351
4355
|
def deserialize(params)
|
|
@@ -4362,6 +4366,7 @@ module TencentCloud
|
|
|
4362
4366
|
@StaticNum = params['StaticNum']
|
|
4363
4367
|
@RecordNum = params['RecordNum']
|
|
4364
4368
|
@PageDuration = params['PageDuration']
|
|
4369
|
+
@CreateTime = params['CreateTime']
|
|
4365
4370
|
end
|
|
4366
4371
|
end
|
|
4367
4372
|
|
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: 3.0.
|
|
4
|
+
version: 3.0.492
|
|
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-01-
|
|
11
|
+
date: 2023-01-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|