tencentcloud-sdk-batch 3.0.536 → 3.0.537

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 49f845ea7ee3f8c0389922cd19493efa96b181c8
4
- data.tar.gz: 653513088c7ccdd1a4f37e11c7ea7e64e229e3f5
3
+ metadata.gz: d1b526f40146e15e848c894c8f9abce5d699240c
4
+ data.tar.gz: 6fa125b12cdd33cca3e1f63c7f4f17a5971843df
5
5
  SHA512:
6
- metadata.gz: 42a6a8dd95ebf49f0c66f2b3d7dc7e32509d6d2cc9cf0a51df65dc24af3cbd0f3d1c28b798a0e498043a3439d6b923f8d351f266c8922f2a932360170f5d38ac
7
- data.tar.gz: c771ed12e42b7cb846a0faa14976f197ab652e4c0733d51d64b2c0832e1726d76828e8af2fd3ac20b40607fa3fdf0f6888a84fc00f976615a00c46bcf0a5f637
6
+ metadata.gz: ffc0598d588cd4110213c6d53bdf4707ba9bc5b0bf6cd5f68828e0499d778368b5737d8a75141d36a331af199746014b956030833d873487e9ac35283ef32a92
7
+ data.tar.gz: 5ebb1ce205e9216f795a88f0d8a4c8c915c1b10618a3377c0a7f7aeeef574a3159de79a8c95d8320b71e533c4be2582f80a11a419533639c3d44e6252bcf4bb3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.536
1
+ 3.0.537
@@ -2523,8 +2523,10 @@ module TencentCloud
2523
2523
  # 竞价请求相关选项
2524
2524
  class InstanceMarketOptionsRequest < TencentCloud::Common::AbstractModel
2525
2525
  # @param SpotOptions: 竞价相关选项
2526
+ # 注意:此字段可能返回 null,表示取不到有效值。
2526
2527
  # @type SpotOptions: :class:`Tencentcloud::Batch.v20170312.models.SpotMarketOptions`
2527
2528
  # @param MarketType: 市场选项类型,当前只支持取值:spot
2529
+ # 注意:此字段可能返回 null,表示取不到有效值。
2528
2530
  # @type MarketType: String
2529
2531
 
2530
2532
  attr_accessor :SpotOptions, :MarketType
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-batch
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.536
4
+ version: 3.0.537
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-23 00:00:00.000000000 Z
11
+ date: 2023-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common