tencentcloud-sdk-mongodb 3.0.772 → 3.0.774

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b3dc4f75d9c0670d1f34450d1c40c009a846304a
4
- data.tar.gz: 3c215f3dbd7d28b26d072412a948ac2bb95fd266
3
+ metadata.gz: 8914cd97d83c0cb6c558600382ad35014536e6e2
4
+ data.tar.gz: b393b945d367cd802e92f2fe1db04c978c804d9d
5
5
  SHA512:
6
- metadata.gz: 562756448be516ea879feeb10df63ca2f26a37aa6f363abd0f21e237208a6848ec17e208e7f13da37117ba37f25a11c4233360255d5b8187b5b77fe240293e4a
7
- data.tar.gz: 72c000ce36d273c31af91381055c03b7b8e0ebbbf62f53fbdd05208c1b140c78287c888580cac3b9a1ac43db5f6a82a14cea3558740f16d85782417054627906
6
+ metadata.gz: ca5665ea9c9154f52f33387f61463b5292f692e3766178417c1772a18fc80f6ec53c46de8dfa786c232dd2082af89be3418193512484706e353b7180e1a184ad
7
+ data.tar.gz: f692257c548192a281699d1809f399a4ee818b292b344d55fb6233505093d2d9e6a37722e1855a30807cf8c1890b55b0453336a284ee993baf459f89519fc66e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.772
1
+ 3.0.774
@@ -1301,16 +1301,19 @@ module TencentCloud
1301
1301
  # @type DiscountPrice: Float
1302
1302
  # @param Action: 订单行为,purchase:新购,renew:续费,upgrade:升配,downgrade:降配,refund:退货退款。
1303
1303
  # @type Action: String
1304
+ # @param InstanceId: 当前订单的资源Id。
1305
+ # @type InstanceId: String
1304
1306
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1305
1307
  # @type RequestId: String
1306
1308
 
1307
- attr_accessor :Status, :OriginalPrice, :DiscountPrice, :Action, :RequestId
1309
+ attr_accessor :Status, :OriginalPrice, :DiscountPrice, :Action, :InstanceId, :RequestId
1308
1310
 
1309
- def initialize(status=nil, originalprice=nil, discountprice=nil, action=nil, requestid=nil)
1311
+ def initialize(status=nil, originalprice=nil, discountprice=nil, action=nil, instanceid=nil, requestid=nil)
1310
1312
  @Status = status
1311
1313
  @OriginalPrice = originalprice
1312
1314
  @DiscountPrice = discountprice
1313
1315
  @Action = action
1316
+ @InstanceId = instanceid
1314
1317
  @RequestId = requestid
1315
1318
  end
1316
1319
 
@@ -1319,6 +1322,7 @@ module TencentCloud
1319
1322
  @OriginalPrice = params['OriginalPrice']
1320
1323
  @DiscountPrice = params['DiscountPrice']
1321
1324
  @Action = params['Action']
1325
+ @InstanceId = params['InstanceId']
1322
1326
  @RequestId = params['RequestId']
1323
1327
  end
1324
1328
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mongodb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.772
4
+ version: 3.0.774
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-02-29 00:00:00.000000000 Z
11
+ date: 2024-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common