tencentcloud-sdk-billing 3.0.514 → 3.0.515
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: ad3685a7c284ca3f0581624e442159b367231ae2
|
4
|
+
data.tar.gz: 529790eac45e001929fbb9884fdd7241a8c276b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a33225f3f58339b4ea19940397ce88a3d6a8dc03697f7efa9d0102bc48ce001149c9eec2e8e3f541079a1bffc81610543a587dd0a0c457769f82e4cbb4d8a840
|
7
|
+
data.tar.gz: 57c3f762f3b8433c6fd51747465d26736a87573182018749b6fd5e5e756e7886908868800f204cc61e50d3efc8e843fce1a8114972947bdfadb3303b04fa077e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.515
|
data/lib/v20180709/models.rb
CHANGED
@@ -1128,9 +1128,9 @@ module TencentCloud
|
|
1128
1128
|
# @type DosageBeginTime: String
|
1129
1129
|
# @param DosageEndTime: 用量结束时间
|
1130
1130
|
# @type DosageEndTime: String
|
1131
|
-
# @param SubProductCodeName:
|
1131
|
+
# @param SubProductCodeName: 子产品名称
|
1132
1132
|
# @type SubProductCodeName: String
|
1133
|
-
# @param BillingItemCodeName:
|
1133
|
+
# @param BillingItemCodeName: 计费项名称
|
1134
1134
|
# @type BillingItemCodeName: String
|
1135
1135
|
# @param DosageValue: 用量
|
1136
1136
|
# @type DosageValue: String
|
@@ -2712,9 +2712,9 @@ module TencentCloud
|
|
2712
2712
|
|
2713
2713
|
# DescribeDosageCosDetailByDate请求参数结构体
|
2714
2714
|
class DescribeDosageCosDetailByDateRequest < TencentCloud::Common::AbstractModel
|
2715
|
-
# @param StartDate:
|
2715
|
+
# @param StartDate: 查询用量开始时间,例如:2020-09-01
|
2716
2716
|
# @type StartDate: String
|
2717
|
-
# @param EndDate:
|
2717
|
+
# @param EndDate: 查询用量结束时间,例如:2020-09-30(与开始时间同月,不支持跨月查询)
|
2718
2718
|
# @type EndDate: String
|
2719
2719
|
# @param BucketName: COS 存储桶名称,可通过Get Service 接口是用来获取请求者名下的所有存储空间列表(Bucket list)https://cloud.tencent.com/document/product/436/8291
|
2720
2720
|
# @type BucketName: 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.515
|
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-02-
|
11
|
+
date: 2023-02-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|