tencentcloud-sdk-mongodb 3.0.773 → 3.0.774
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/v20190725/models.rb +6 -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: 8914cd97d83c0cb6c558600382ad35014536e6e2
|
|
4
|
+
data.tar.gz: b393b945d367cd802e92f2fe1db04c978c804d9d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca5665ea9c9154f52f33387f61463b5292f692e3766178417c1772a18fc80f6ec53c46de8dfa786c232dd2082af89be3418193512484706e353b7180e1a184ad
|
|
7
|
+
data.tar.gz: f692257c548192a281699d1809f399a4ee818b292b344d55fb6233505093d2d9e6a37722e1855a30807cf8c1890b55b0453336a284ee993baf459f89519fc66e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.774
|
data/lib/v20190725/models.rb
CHANGED
|
@@ -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.
|
|
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-03-
|
|
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
|