tencentcloud-sdk-billing 3.0.1158 → 3.0.1160
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/v20180709/models.rb +4 -4
- 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: de0ba08d0bf10a8546a19e5bcdc1198b39c8e1b0
|
|
4
|
+
data.tar.gz: 43b2a292c57d903a2ac2b0d02a289372ae872fd7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d88989ac0192191198d13814f9eda31b3c1473665534ef4806085ce11e8ac9c0202a2cb71664a5530d1978ce61616fa36173461280d782ae6d32ee396e5c4422
|
|
7
|
+
data.tar.gz: 272927cb2a111b44de9f2a18bcd4a4ae4dac99465fe0e11159244d4b20f24be4b12537a94f14233d5b94c19da74bef611bef208eb14f31beca82aa6fe565d334
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1160
|
data/lib/v20180709/models.rb
CHANGED
|
@@ -3561,9 +3561,9 @@ module TencentCloud
|
|
|
3561
3561
|
|
|
3562
3562
|
# 预算修改记录信息
|
|
3563
3563
|
class BudgetOperationLogEntity < TencentCloud::Common::AbstractModel
|
|
3564
|
-
# @param PayerUin: Uin
|
|
3564
|
+
# @param PayerUin: 支付者Uin
|
|
3565
3565
|
# @type PayerUin: Integer
|
|
3566
|
-
# @param OwnerUin:
|
|
3566
|
+
# @param OwnerUin: 使用者Uin
|
|
3567
3567
|
# @type OwnerUin: Integer
|
|
3568
3568
|
# @param OperateUin: 操作用户Uin
|
|
3569
3569
|
# @type OperateUin: Integer
|
|
@@ -3571,7 +3571,7 @@ module TencentCloud
|
|
|
3571
3571
|
# @type BillDay: Integer
|
|
3572
3572
|
# @param BillMonth: 月份
|
|
3573
3573
|
# @type BillMonth: String
|
|
3574
|
-
# @param Action: 修改类型:ADD(新增)、UPDATE(更新)
|
|
3574
|
+
# @param Action: 修改类型:ADD(新增)、UPDATE(更新)、DELETE(删除)
|
|
3575
3575
|
# @type Action: String
|
|
3576
3576
|
# @param DiffValue: 变更信息
|
|
3577
3577
|
# @type DiffValue: Array
|
|
@@ -3579,7 +3579,7 @@ module TencentCloud
|
|
|
3579
3579
|
# @type CreateTime: String
|
|
3580
3580
|
# @param UpdateTime: 修改时间
|
|
3581
3581
|
# @type UpdateTime: String
|
|
3582
|
-
# @param OperationChannel:
|
|
3582
|
+
# @param OperationChannel: 修改渠道:CONSOLE/API
|
|
3583
3583
|
# @type OperationChannel: String
|
|
3584
3584
|
# @param BudgetId: 预算项目id
|
|
3585
3585
|
# @type BudgetId: String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-billing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1160
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-10-
|
|
11
|
+
date: 2025-10-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|