tencentcloud-sdk-rum 3.0.830 → 3.0.831
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 +3 -3
- 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: 1d22c7ef88078ebf1984fdd7e0aa4c19f727e106
|
|
4
|
+
data.tar.gz: 2726067b19509d25e6499faca58c61dddd049a9c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aeea30f68a4644da55df829229b334c35e9f24535d8223bfbc278e63719163bd7f79b49d1a1aa1e9fae524df11f47beef376d09a701b5ab64573dcc4d3ad5022
|
|
7
|
+
data.tar.gz: 15e9b43efe69d1ee66cf51139bb8b6b80c2c017858b71ac079dd48c40a6aff458a3e26e0edad97b9db9712a8e90a986a69024eac1bd001aa6473f5419ced56a1
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.831
|
data/lib/v20210622/models.rb
CHANGED
|
@@ -2816,7 +2816,7 @@ module TencentCloud
|
|
|
2816
2816
|
# @type EndTime: String
|
|
2817
2817
|
# @param StartTime: 开始时间
|
|
2818
2818
|
# @type StartTime: String
|
|
2819
|
-
# @param Dimension:
|
|
2819
|
+
# @param Dimension: 对PV指标的查询维度。获取day:d, 获取min则不填。
|
|
2820
2820
|
# @type Dimension: String
|
|
2821
2821
|
|
|
2822
2822
|
attr_accessor :ProjectId, :EndTime, :StartTime, :Dimension
|
|
@@ -3304,11 +3304,11 @@ module TencentCloud
|
|
|
3304
3304
|
# @type AreaIds: Array
|
|
3305
3305
|
# @param AreaKeys: 片区Key
|
|
3306
3306
|
# @type AreaKeys: Array
|
|
3307
|
-
# @param Limit: 分页Limit
|
|
3307
|
+
# @param Limit: 分页Limit,默认根据AreaKeys和AreaStatuses参数查询所有。
|
|
3308
3308
|
# @type Limit: Integer
|
|
3309
3309
|
# @param AreaStatuses: 片区状态(1=有效,2=无效)
|
|
3310
3310
|
# @type AreaStatuses: Array
|
|
3311
|
-
# @param Offset: 分页Offset
|
|
3311
|
+
# @param Offset: 分页Offset,默认根据AreaKeys和AreaStatuses参数查询所有。
|
|
3312
3312
|
# @type Offset: Integer
|
|
3313
3313
|
|
|
3314
3314
|
attr_accessor :AreaIds, :AreaKeys, :Limit, :AreaStatuses, :Offset
|
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.831
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-05-
|
|
11
|
+
date: 2024-05-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|