tencentcloud-sdk-billing 3.0.808 → 3.0.810

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180709/models.rb +17 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5564dcbfbe0e8814f6f057ee349d82022c119f33
4
- data.tar.gz: 735f63f498664ad9058daab81820e106b19f8fa3
3
+ metadata.gz: c154d7459d137c667c1abe793378ad9315e15284
4
+ data.tar.gz: 3242d58c47e76534402250e12c9db5a3bc532bad
5
5
  SHA512:
6
- metadata.gz: 19c1ca0917e38a70ffc06afcd2f4e47a173d87fae1b5253e0ed5e6a713cd7c57e9fded872a7240bd1ee1504ae46b3347a93e33dd802ba3852fc6097fd06cc1bf
7
- data.tar.gz: 9aa1deee23498c62a9c6ab28ee1972c1f39a6a84d51b2e7aaafdfea7dff835dc4e78960e61023c98b63baa82f6887ab6ec83470f5b767412f203864047fcc34f
6
+ metadata.gz: 62a5268aa1d8106fa971e5e7a38aba9701ba0507368b1b260b933908f40d14aa17956f38e832f96a48cc0373fb7361dc516bbcbbe6e04c2fca410709156d5cff
7
+ data.tar.gz: 3732eb5225ee1f23cb39952ba295d0ba5e1d8eda57976e5fcc4156a773a17caf289ca0495b70f876d498a8e3939e7600c672387a80d1eb8b83a2f31465b16624
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.808
1
+ 3.0.810
@@ -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.808
4
+ version: 3.0.810
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-22 00:00:00.000000000 Z
11
+ date: 2024-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common