tencentcloud-sdk-billing 3.0.808 → 3.0.809
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 +17 -2
- 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: db7cfef0809102fafb9457052ed3db307f2ddccb
|
4
|
+
data.tar.gz: efd4e8cdcd310fd372ee4eb99669b375049df27c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12b87da37938e0268af5d62d256a0c66bb5127087b4b77ab81a02bfcc93db86c5b884311f7775772a4085ff727892a717e4444733e06e388cea311fcce689333
|
7
|
+
data.tar.gz: 2b8b0191b331068692398659a6dbaf4bbb7c101a3b0475b4d101cbc4b944c9f37753e3901561df322220a60d5d13cf1dc74f5a2387b71eb44e8447145c5cd0ed
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.809
|
data/lib/v20180709/models.rb
CHANGED
@@ -2216,10 +2216,19 @@ module TencentCloud
|
|
2216
2216
|
# @param Id: 账单记录ID
|
2217
2217
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2218
2218
|
# @type Id: String
|
2219
|
+
# @param RegionType: 国内国际编码
|
2220
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2221
|
+
# @type RegionType: String
|
2222
|
+
# @param RegionTypeName: 国内国际:资源所属区域类型(国内、国际)
|
2223
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2224
|
+
# @type RegionTypeName: String
|
2225
|
+
# @param ReserveDetail: 备注属性(实例配置):其他备注信息,如预留实例的预留实例类型和交易类型、CCN 产品的两端地域信息
|
2226
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2227
|
+
# @type ReserveDetail: String
|
2219
2228
|
|
2220
|
-
attr_accessor :BusinessCodeName, :ProductCodeName, :PayModeName, :ProjectName, :RegionName, :ZoneName, :ResourceId, :ResourceName, :ActionTypeName, :OrderId, :BillId, :PayTime, :FeeBeginTime, :FeeEndTime, :ComponentSet, :PayerUin, :OwnerUin, :OperateUin, :Tags, :BusinessCode, :ProductCode, :ActionType, :RegionId, :ProjectId, :PriceInfo, :AssociatedOrder, :Formula, :FormulaUrl, :BillDay, :BillMonth, :Id
|
2229
|
+
attr_accessor :BusinessCodeName, :ProductCodeName, :PayModeName, :ProjectName, :RegionName, :ZoneName, :ResourceId, :ResourceName, :ActionTypeName, :OrderId, :BillId, :PayTime, :FeeBeginTime, :FeeEndTime, :ComponentSet, :PayerUin, :OwnerUin, :OperateUin, :Tags, :BusinessCode, :ProductCode, :ActionType, :RegionId, :ProjectId, :PriceInfo, :AssociatedOrder, :Formula, :FormulaUrl, :BillDay, :BillMonth, :Id, :RegionType, :RegionTypeName, :ReserveDetail
|
2221
2230
|
|
2222
|
-
def initialize(businesscodename=nil, productcodename=nil, paymodename=nil, projectname=nil, regionname=nil, zonename=nil, resourceid=nil, resourcename=nil, actiontypename=nil, orderid=nil, billid=nil, paytime=nil, feebegintime=nil, feeendtime=nil, componentset=nil, payeruin=nil, owneruin=nil, operateuin=nil, tags=nil, businesscode=nil, productcode=nil, actiontype=nil, regionid=nil, projectid=nil, priceinfo=nil, associatedorder=nil, formula=nil, formulaurl=nil, billday=nil, billmonth=nil, id=nil)
|
2231
|
+
def initialize(businesscodename=nil, productcodename=nil, paymodename=nil, projectname=nil, regionname=nil, zonename=nil, resourceid=nil, resourcename=nil, actiontypename=nil, orderid=nil, billid=nil, paytime=nil, feebegintime=nil, feeendtime=nil, componentset=nil, payeruin=nil, owneruin=nil, operateuin=nil, tags=nil, businesscode=nil, productcode=nil, actiontype=nil, regionid=nil, projectid=nil, priceinfo=nil, associatedorder=nil, formula=nil, formulaurl=nil, billday=nil, billmonth=nil, id=nil, regiontype=nil, regiontypename=nil, reservedetail=nil)
|
2223
2232
|
@BusinessCodeName = businesscodename
|
2224
2233
|
@ProductCodeName = productcodename
|
2225
2234
|
@PayModeName = paymodename
|
@@ -2251,6 +2260,9 @@ module TencentCloud
|
|
2251
2260
|
@BillDay = billday
|
2252
2261
|
@BillMonth = billmonth
|
2253
2262
|
@Id = id
|
2263
|
+
@RegionType = regiontype
|
2264
|
+
@RegionTypeName = regiontypename
|
2265
|
+
@ReserveDetail = reservedetail
|
2254
2266
|
end
|
2255
2267
|
|
2256
2268
|
def deserialize(params)
|
@@ -2302,6 +2314,9 @@ module TencentCloud
|
|
2302
2314
|
@BillDay = params['BillDay']
|
2303
2315
|
@BillMonth = params['BillMonth']
|
2304
2316
|
@Id = params['Id']
|
2317
|
+
@RegionType = params['RegionType']
|
2318
|
+
@RegionTypeName = params['RegionTypeName']
|
2319
|
+
@ReserveDetail = params['ReserveDetail']
|
2305
2320
|
end
|
2306
2321
|
end
|
2307
2322
|
|
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.809
|
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-04-
|
11
|
+
date: 2024-04-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|