tencentcloud-sdk-billing 3.0.547 → 3.0.548

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: 6d73b91ced8a06a5f1d0b40fdb0244dad33d8686
4
- data.tar.gz: bb337bbe4934b30feabbfd24096dd6b057d7af3b
3
+ metadata.gz: 6ec8ff404c68bea52c92cf341efb6a4d30828045
4
+ data.tar.gz: cfcf6457e2b2b8efdde442aff39c880f164cb67c
5
5
  SHA512:
6
- metadata.gz: 0398398c5e5130b39719877c9a59709173bcd5971affcd17efcd8e5e5bc99861b76bd86118725836c539bae79bafb8a56319bec6cd7fd3432fb1989ed9aab738
7
- data.tar.gz: bd99ed996db84411c46b278242cfadcbca1ec96c9625f32e01a18ea62b43010fe827f17257b5c412f06daf709b01de7f1abbc228aef8af488a814bf1c7936b7a
6
+ metadata.gz: c517c4001ada9f0aaaaf121f5b729e890bb725d5e3ea2c6588b3e91895298126009ab2dea37ea7bd7dbe9dc95125c6f399ef9a4dfa392351ca76585eda176966
7
+ data.tar.gz: c1e2da19ce0c1cef8fd648565932c5babb371421509b9167577092c374425d4611f0e4d8c62565a211eb9b00bcd3eba256fa666a54a63a5367b9afa06ed1aab6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.547
1
+ 3.0.548
@@ -140,10 +140,13 @@ module TencentCloud
140
140
  # @type RegionId: String
141
141
  # @param ProjectId: 项目ID:资源所属项目ID
142
142
  # @type ProjectId: Integer
143
+ # @param PriceInfo: 价格属性
144
+ # 注意:此字段可能返回 null,表示取不到有效值。
145
+ # @type PriceInfo: Array
143
146
 
144
- 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
147
+ 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
145
148
 
146
- 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)
149
+ 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)
147
150
  @BusinessCodeName = businesscodename
148
151
  @ProductCodeName = productcodename
149
152
  @PayModeName = paymodename
@@ -168,6 +171,7 @@ module TencentCloud
168
171
  @ActionType = actiontype
169
172
  @RegionId = regionid
170
173
  @ProjectId = projectid
174
+ @PriceInfo = priceinfo
171
175
  end
172
176
 
173
177
  def deserialize(params)
@@ -209,6 +213,7 @@ module TencentCloud
209
213
  @ActionType = params['ActionType']
210
214
  @RegionId = params['RegionId']
211
215
  @ProjectId = params['ProjectId']
216
+ @PriceInfo = params['PriceInfo']
212
217
  end
213
218
  end
214
219
 
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.547
4
+ version: 3.0.548
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-04-10 00:00:00.000000000 Z
11
+ date: 2023-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common