tencentcloud-sdk-tcb 3.0.971 → 3.0.973

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c6a5997257f1470d33d42f772a243188002520df
4
- data.tar.gz: 4e81be4006562740c2de30c010fb440304228a90
3
+ metadata.gz: 38563d47b670dc28a518642e5b078c88457074e2
4
+ data.tar.gz: 894409f3dcae948086871cfaa2d28d448cdcea20
5
5
  SHA512:
6
- metadata.gz: 341aae4cf722e105bbc3b59dd79f8c361f3808ad7696b2846f7b48d8b891b8cb8971601a9b8f90a747e7e2708c423f4a0b7211b499935a665cfc2d479e2b359e
7
- data.tar.gz: 5a532da8d27df451a9e8d442bc50ba2a3506ca4e835150a929a66e1594a52e9bb8d06e4e76c4c3683e9f542bd9acbcd2efff619a442bfd55902780ad89482fee
6
+ metadata.gz: d5373b4e688abd5bb1a39e8e5417098dc740b3a0029a9bc67a12e74f16d573265d05b5d585f9005fa0db14b647f9814bc40b34036b25d48b1f5b6ce41c1f01c0
7
+ data.tar.gz: 45ea03d21e88f41856df7a1e166afd010d6f5aecce7fa4921f8403f8b44f9186cec3011dba285f7ecfa59cfd1daa867f144d5d26e03866dff5c292edd11cd48a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.971
1
+ 3.0.973
@@ -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.971
4
+ version: 3.0.973
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-12-29 00:00:00.000000000 Z
11
+ date: 2024-12-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common