tencentcloud-sdk-tcb 3.0.972 → 3.0.974
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180608/models.rb +0 -6
- 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: d1a736355eaaf5746db2c50a1f1f88e19736236b
|
4
|
+
data.tar.gz: 35406b05ac852934e12ba526e13ed0b83cee5be1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a470c6e185882faa0dfe9fea29b7e3e5577c4e8376d84cd5124cbda1bb636754162952e7d2b0766f77be3c5be7c5b5efdeff2fbcd7563cb2fc7f19008220244
|
7
|
+
data.tar.gz: 24041a5ad52c2d1c3e2b50ea40769d5ffd68bd79bf83a17e7ec97c6c463ca3b04e6e1433cd2fcedbcfc124c277815c6abbfe8191013d7aa203bf9335902f5e8c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.974
|
data/lib/v20180608/models.rb
CHANGED
@@ -4782,7 +4782,6 @@ module TencentCloud
|
|
4782
4782
|
# DescribeEndUserLoginStatistic返回参数结构体
|
4783
4783
|
class DescribeEndUserLoginStatisticResponse < TencentCloud::Common::AbstractModel
|
4784
4784
|
# @param LoginStatistics: 环境终端用户新增与登录统计
|
4785
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4786
4785
|
# @type LoginStatistics: Array
|
4787
4786
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4788
4787
|
# @type RequestId: String
|
@@ -4826,7 +4825,6 @@ module TencentCloud
|
|
4826
4825
|
# DescribeEndUserStatistic返回参数结构体
|
4827
4826
|
class DescribeEndUserStatisticResponse < TencentCloud::Common::AbstractModel
|
4828
4827
|
# @param PlatformStatistics: 终端用户各平台统计
|
4829
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4830
4828
|
# @type PlatformStatistics: Array
|
4831
4829
|
# @param TotalCount: 终端用户总数
|
4832
4830
|
# @type TotalCount: Integer
|
@@ -7399,16 +7397,12 @@ module TencentCloud
|
|
7399
7397
|
# 终端用户登录新增统计
|
7400
7398
|
class LoginStatistic < TencentCloud::Common::AbstractModel
|
7401
7399
|
# @param StatisticalType: 统计类型 新增NEWUSER 和登录 LOGIN
|
7402
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7403
7400
|
# @type StatisticalType: String
|
7404
7401
|
# @param StatisticalCycle: 统计周期:日DAY,周WEEK,月MONTH
|
7405
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7406
7402
|
# @type StatisticalCycle: String
|
7407
7403
|
# @param Count: 统计总量
|
7408
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7409
7404
|
# @type Count: Integer
|
7410
7405
|
# @param UpdateTime: 更新时间
|
7411
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7412
7406
|
# @type UpdateTime: String
|
7413
7407
|
|
7414
7408
|
attr_accessor :StatisticalType, :StatisticalCycle, :Count, :UpdateTime
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tcb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.974
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|