tencentcloud-sdk-cloudhsm 3.0.1094 → 3.0.1154

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: a99e96453065d4c1aa39916411b32ec284b86fce
4
- data.tar.gz: 03f61e339975777fd585a81a438a1442b69e6bce
3
+ metadata.gz: ea0cf8bdbef7f03145b7ecc09d3df7abe4df359b
4
+ data.tar.gz: bf3c88eb5e01aa5d712151adc24d9a290aa915a3
5
5
  SHA512:
6
- metadata.gz: 9cd172ad8c82e496e588193982787240623e250da554c5e30b6d2c9c613ca7d1d897dae288cba3397d6b7fb56b0c2c860ce7be098ed71174b30e7e11952513be
7
- data.tar.gz: d7f6d623c1c1d0466cdb433d8109d25d47099552faf7ce85f11d2eaa1cf6ff9de2bc013dedd580124e85b54aa582450208983ff7304678bdac71423805cbb014
6
+ metadata.gz: d3249e0f9bb24c970baf0edbe9d6c41e77880ba87fb63c1f8d8b6334f6d965c9a290278492c2c34fce326b5ef9932bcd91efcd85e715d635e904453a3eab742b
7
+ data.tar.gz: 4a50f4317b483b0d700243162709902e5d5289ecc5575af4eeff39221ddb05945bbac079abe4ddb2651106467497590b23c894a7455f4349f8fbc0c6fea764f3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1094
1
+ 3.0.1154
@@ -750,23 +750,23 @@ module TencentCloud
750
750
  # @type TimeSpan: String
751
751
  # @param TimeUnit: 商品的时间单位,m表示月,y表示年
752
752
  # @type TimeUnit: String
753
- # @param Currency: 货币类型,默认为CNY
754
- # @type Currency: String
755
753
  # @param Type: 默认为CREATE,可选RENEW
756
754
  # @type Type: String
757
755
  # @param HsmType: Hsm服务类型,可选值virtualization、physical、GHSM、EHSM、SHSM
758
756
  # @type HsmType: String
757
+ # @param Currency: 货币类型,默认为CNY
758
+ # @type Currency: String
759
759
 
760
- attr_accessor :GoodsNum, :PayMode, :TimeSpan, :TimeUnit, :Currency, :Type, :HsmType
760
+ attr_accessor :GoodsNum, :PayMode, :TimeSpan, :TimeUnit, :Type, :HsmType, :Currency
761
761
 
762
- def initialize(goodsnum=nil, paymode=nil, timespan=nil, timeunit=nil, currency=nil, type=nil, hsmtype=nil)
762
+ def initialize(goodsnum=nil, paymode=nil, timespan=nil, timeunit=nil, type=nil, hsmtype=nil, currency=nil)
763
763
  @GoodsNum = goodsnum
764
764
  @PayMode = paymode
765
765
  @TimeSpan = timespan
766
766
  @TimeUnit = timeunit
767
- @Currency = currency
768
767
  @Type = type
769
768
  @HsmType = hsmtype
769
+ @Currency = currency
770
770
  end
771
771
 
772
772
  def deserialize(params)
@@ -774,9 +774,9 @@ module TencentCloud
774
774
  @PayMode = params['PayMode']
775
775
  @TimeSpan = params['TimeSpan']
776
776
  @TimeUnit = params['TimeUnit']
777
- @Currency = params['Currency']
778
777
  @Type = params['Type']
779
778
  @HsmType = params['HsmType']
779
+ @Currency = params['Currency']
780
780
  end
781
781
  end
782
782
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cloudhsm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1094
4
+ version: 3.0.1154
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-05 00:00:00.000000000 Z
11
+ date: 2025-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20191112/client.rb
37
36
  - lib/v20191112/models.rb
37
+ - lib/v20191112/client.rb
38
38
  - lib/tencentcloud-sdk-cloudhsm.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby