tencentcloud-sdk-mongodb 3.0.773 → 3.0.775

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: b6b17d0d1380f88002916c1a3ac2539eea75b9ff
4
- data.tar.gz: 7cdc07ace751755e58a8091b3bb478aa4ba63185
3
+ metadata.gz: e6360c7c8f183053d432642deddcf9bf62255ce5
4
+ data.tar.gz: fb8f2c83ee7698ead85c1244dfeeeae048a27b72
5
5
  SHA512:
6
- metadata.gz: 6828525b2fb3abb36526e92abf1d7f628375c55543246e7f9b93b094d88f8241688077740dc095165e5d5a346d23ea1871f0af8cb444e32bf9641688caf8c975
7
- data.tar.gz: 389a86f5bd677cf0f0628a8034cef6836e692d570e45442ab6b128972f2f8fd3a76f5fd16e9e4d465c818cc4b13bffd4864c9a04ed95abce1a93c5fdc374d09f
6
+ metadata.gz: a48db259ab4ffa6073243a7e364a9981fcd6fb990d14fdf5673b9c4b0c89b4f8ee20d3282e25e8f80fab16c2de9b7a0e0f6a484a5a66f6a5eef379bce0dbd3ae
7
+ data.tar.gz: dc8bb828d01915cd5226246a2be2c8711c0094405eda559a4d89ae55f9aed2ff85e49598b3f1d6a1ebc3b7fc2490a2a6ffa67a4cc7d36e595afbaca240591adc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.773
1
+ 3.0.775
@@ -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.773
4
+ version: 3.0.775
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-03-03 00:00:00.000000000 Z
11
+ date: 2024-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common