tencentcloud-sdk-iotexplorer 3.0.930 → 3.0.932

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/v20190423/models.rb +24 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d7a9ad42881b7f7a7f6b46f530266be279383a05
4
- data.tar.gz: beb66ca7b287816b112216e296439c0683a217bb
3
+ metadata.gz: de89d95895962ad551739b06c25786fb84e6d155
4
+ data.tar.gz: f9dece4353f7f0dae9b2e41aa25c608ac98c602e
5
5
  SHA512:
6
- metadata.gz: d824ca47757c9e262717020d6915cbfa5f95b9b2b1b510c820081f57ea05405fac48100d93597b6c6306027ed9167fc120debf387d8d5ea9de717c769c246908
7
- data.tar.gz: 383a35d16bf8a7343bcdbeb018b2ed29355260c9fde20963eb442f66511fc04f6e9cd0bb89ee36a136c8e17c3032f8de82ed32044720fa948ff6966f8e43811f
6
+ metadata.gz: 9d9ece1e8a0548f2d9d468503d82527fc761411d9b3ad674bf07c4694a7df824d68159a12154519100bcea7116fefc7ceb14813bc41b1f38d0ba9e96182cd4b5
7
+ data.tar.gz: f90fabf6fc5c5ce10f5317d03826b8d376135ecbfba0e0ac3b5696e4dac4bfd0cc7e64e869906ce04debe0248ee822e5692fa7d4210885113f7a2a47e03539b8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.930
1
+ 3.0.932
@@ -1270,16 +1270,26 @@ module TencentCloud
1270
1270
 
1271
1271
  # CreateIotVideoCloudStorage返回参数结构体
1272
1272
  class CreateIotVideoCloudStorageResponse < TencentCloud::Common::AbstractModel
1273
+ # @param Price: 订单金额,单位为分
1274
+ # 注意:此字段可能返回 null,表示取不到有效值。
1275
+ # @type Price: Integer
1276
+ # @param Amount: 支付金额,单位为分
1277
+ # 注意:此字段可能返回 null,表示取不到有效值。
1278
+ # @type Amount: Integer
1273
1279
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1274
1280
  # @type RequestId: String
1275
1281
 
1276
- attr_accessor :RequestId
1282
+ attr_accessor :Price, :Amount, :RequestId
1277
1283
 
1278
- def initialize(requestid=nil)
1284
+ def initialize(price=nil, amount=nil, requestid=nil)
1285
+ @Price = price
1286
+ @Amount = amount
1279
1287
  @RequestId = requestid
1280
1288
  end
1281
1289
 
1282
1290
  def deserialize(params)
1291
+ @Price = params['Price']
1292
+ @Amount = params['Amount']
1283
1293
  @RequestId = params['RequestId']
1284
1294
  end
1285
1295
  end
@@ -2820,17 +2830,25 @@ module TencentCloud
2820
2830
  # @type Status: Integer
2821
2831
  # @param ChannelId: 通道id
2822
2832
  # @type ChannelId: Integer
2833
+ # @param Price: 订单金额,单位为分
2834
+ # 注意:此字段可能返回 null,表示取不到有效值。
2835
+ # @type Price: Integer
2836
+ # @param Amount: 支付金额,单位为分
2837
+ # 注意:此字段可能返回 null,表示取不到有效值。
2838
+ # @type Amount: Integer
2823
2839
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2824
2840
  # @type RequestId: String
2825
2841
 
2826
- attr_accessor :StartTime, :ExpireTime, :PackageId, :Status, :ChannelId, :RequestId
2842
+ attr_accessor :StartTime, :ExpireTime, :PackageId, :Status, :ChannelId, :Price, :Amount, :RequestId
2827
2843
 
2828
- def initialize(starttime=nil, expiretime=nil, packageid=nil, status=nil, channelid=nil, requestid=nil)
2844
+ def initialize(starttime=nil, expiretime=nil, packageid=nil, status=nil, channelid=nil, price=nil, amount=nil, requestid=nil)
2829
2845
  @StartTime = starttime
2830
2846
  @ExpireTime = expiretime
2831
2847
  @PackageId = packageid
2832
2848
  @Status = status
2833
2849
  @ChannelId = channelid
2850
+ @Price = price
2851
+ @Amount = amount
2834
2852
  @RequestId = requestid
2835
2853
  end
2836
2854
 
@@ -2840,6 +2858,8 @@ module TencentCloud
2840
2858
  @PackageId = params['PackageId']
2841
2859
  @Status = params['Status']
2842
2860
  @ChannelId = params['ChannelId']
2861
+ @Price = params['Price']
2862
+ @Amount = params['Amount']
2843
2863
  @RequestId = params['RequestId']
2844
2864
  end
2845
2865
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iotexplorer
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.930
4
+ version: 3.0.932
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-10-22 00:00:00.000000000 Z
11
+ date: 2024-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common