tencentcloud-sdk-iotexplorer 3.0.931 → 3.0.933

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: c0a3e0b4855223fb3efa89c32caaca8fd3dfb398
4
- data.tar.gz: 8d06a755465ed6750f5f84987cd2d4b299882924
3
+ metadata.gz: 74ba8d631da733f7e23a8ebb8bf034b910b157dd
4
+ data.tar.gz: 39ec3afac383106b6ab767b1e6aaaec877e65c8d
5
5
  SHA512:
6
- metadata.gz: 87cfa09cb1f449663b40a659e814d1a4d92a03aea111713769091704f9ed24ce191d42082fb7aeef52080b148ae23fba5c9bb6e9cccbdb7336f98300bc952cdf
7
- data.tar.gz: 0230d3f67610ad31dc15eb49780778bcb66901748fe9ccf1bc5f74a237f86a5e8af70976b3b57278eb06806bad5d8844560d1a6221191d1d13aa8e6f4f17f647
6
+ metadata.gz: e99e25bbb65a5a91473538d987a1c1e3d78a181d9ae0272c6700fcc8c4f20982cb7d66a037bd30e090257655cb90a35c86bfaecac82fb48ed03e849eda88acc6
7
+ data.tar.gz: 5b6c93abc4b762d3e1e4381e0328855a99b3aec82f37891439e4b5ac621a15f5b7f9e40b41f93f5755f225d2d8a769189436635103ff9a1dc7b0556ad764b995
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.931
1
+ 3.0.933
@@ -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.931
4
+ version: 3.0.933
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-23 00:00:00.000000000 Z
11
+ date: 2024-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common