tencentcloud-sdk-hai 3.0.1064 → 3.0.1065

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: 70d1744230934a445acad0c6a908b83339284fc8
4
- data.tar.gz: d5dc15074cb5789ee24c1c187aba0bf49860f2bb
3
+ metadata.gz: 481e672ab1be88a841dbfd9a32dac43a96b0f067
4
+ data.tar.gz: bc4cf79bac3fbe13859235de9b7139d3936f876b
5
5
  SHA512:
6
- metadata.gz: 355d1c351194ca9075d50bd62cb0f351191d0fda5aa0daf264d99529965e85e44af8aa83b100d186e218d42f157782541537b70238598532f29dfcae5c18bdfc
7
- data.tar.gz: fa80fd4ff0a31349af617ca1137a225bf8da115f102e95b4348eb85fd70e5421ca79a773004bf1baf8400ef322435bb6adedae58357473cd28e4c70e7c474ee2
6
+ metadata.gz: 94b36476e995279527bdb09ba26582de49f92d073cd5ec49e37281abf749a584bae077f5db251dc5080e025b125547159bc898a4353c4d3001902aed614fa3f9
7
+ data.tar.gz: 997c967535a4caca4c017976efbec00c2eaab3e94aed98304ec025c15f8ae77af534deac9efad5f6c50685dd09ca29028fe63b4bee0a5b086d5ed2c963a63812
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1064
1
+ 3.0.1065
@@ -769,7 +769,7 @@ module TencentCloud
769
769
  # DISABLE_NOTIFY_AND_MANUAL_RENEW:表示明确不自动续费(用户设置)
770
770
  # 默认值:NOTIFY_AND_MANUAL_RENEW
771
771
  # @type RenewFlag: String
772
- # @param TimeUnit: 时长单位,默认值MONTH
772
+ # @param TimeUnit: 时长单位,枚举: MONTH, DAY, HOUR;释义:月,日,小时
773
773
  # @type TimeUnit: String
774
774
 
775
775
  attr_accessor :Period, :RenewFlag, :TimeUnit
@@ -789,9 +789,9 @@ module TencentCloud
789
789
 
790
790
  # 套餐价格
791
791
  class ItemPrice < TencentCloud::Common::AbstractModel
792
- # @param UnitPrice: 原单价
792
+ # @param UnitPrice: 原单价,元
793
793
  # @type UnitPrice: Float
794
- # @param DiscountUnitPrice: 折扣后单价
794
+ # @param DiscountUnitPrice: 折扣后单价,元
795
795
  # @type DiscountUnitPrice: Float
796
796
  # @param Discount: 折扣
797
797
  # @type Discount: Float
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-hai
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1064
4
+ version: 3.0.1065
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-05-20 00:00:00.000000000 Z
11
+ date: 2025-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common