tencentcloud-sdk-lighthouse 3.0.478 → 3.0.479

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200324/models.rb +13 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 811f112281f6c4857a33c188325cb8494af0343e
4
- data.tar.gz: d8fbe2ba48b555c6ccc7ad95298f9bf05c4ecc7d
3
+ metadata.gz: 1e417d1a875839176b5b0f71aa24432b688b026c
4
+ data.tar.gz: 766d3fe146980b2eb50a1d4d92393dadb8de63d5
5
5
  SHA512:
6
- metadata.gz: d79ef898f73d735a86a1916332052870aa03aa803b78e45b34001f73c3fe358ad46c0afdacb9c4a8e36e2391b23c54278995aafbeae0a32db69485e6b8b6cf12
7
- data.tar.gz: 154127a6317e50acbe6c7eacad8dbc4acf81695e318b07e4d234a6681ed83979552803e5bec34a6b978387e421d9c3d18af2b8c847cb8ef574efb7a253e10d7f
6
+ metadata.gz: c262058bc8ce8629be351005e145ed8bf510929a03ab81067d1b6cbbf534540958bc07f9f51ebb8b40a7a069b1db434ec4f60ad81caaaedff82b29147e470bb0
7
+ data.tar.gz: fbf050f2e880c7aaca763ec913c3a468ba271d0bfa3a11e2e7304061cc23c212d81f72f2ef80c33dcd2f2a5cdd10d819d1485a85165a20717b9412a2e7a25f24
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.478
1
+ 3.0.479
@@ -4898,19 +4898,30 @@ module TencentCloud
4898
4898
  # @type CommonDiscount: Integer
4899
4899
  # @param FinalDiscount: 最终折扣。
4900
4900
  # @type FinalDiscount: Integer
4901
+ # @param ActivityDiscount: 活动折扣。取值为null,表示无有效值,即没有折扣。
4902
+ # 注意:此字段可能返回 null,表示取不到有效值。
4903
+ # @type ActivityDiscount: Float
4904
+ # @param DiscountType: 折扣类型。
4905
+ # user:用户折扣; common:官网折扣; activity:活动折扣。 取值为null,表示无有效值,即没有折扣。
4906
+ # 注意:此字段可能返回 null,表示取不到有效值。
4907
+ # @type DiscountType: String
4901
4908
 
4902
- attr_accessor :UserDiscount, :CommonDiscount, :FinalDiscount
4909
+ attr_accessor :UserDiscount, :CommonDiscount, :FinalDiscount, :ActivityDiscount, :DiscountType
4903
4910
 
4904
- def initialize(userdiscount=nil, commondiscount=nil, finaldiscount=nil)
4911
+ def initialize(userdiscount=nil, commondiscount=nil, finaldiscount=nil, activitydiscount=nil, discounttype=nil)
4905
4912
  @UserDiscount = userdiscount
4906
4913
  @CommonDiscount = commondiscount
4907
4914
  @FinalDiscount = finaldiscount
4915
+ @ActivityDiscount = activitydiscount
4916
+ @DiscountType = discounttype
4908
4917
  end
4909
4918
 
4910
4919
  def deserialize(params)
4911
4920
  @UserDiscount = params['UserDiscount']
4912
4921
  @CommonDiscount = params['CommonDiscount']
4913
4922
  @FinalDiscount = params['FinalDiscount']
4923
+ @ActivityDiscount = params['ActivityDiscount']
4924
+ @DiscountType = params['DiscountType']
4914
4925
  end
4915
4926
  end
4916
4927
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lighthouse
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.478
4
+ version: 3.0.479
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-22 00:00:00.000000000 Z
11
+ date: 2022-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common