tencentcloud-sdk-lighthouse 3.0.478 → 3.0.480

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/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: f5a761596c4ba948658758a1fed967a18607816f
4
+ data.tar.gz: 071f6df24018cb1de443ba3ad38563d12c919331
5
5
  SHA512:
6
- metadata.gz: d79ef898f73d735a86a1916332052870aa03aa803b78e45b34001f73c3fe358ad46c0afdacb9c4a8e36e2391b23c54278995aafbeae0a32db69485e6b8b6cf12
7
- data.tar.gz: 154127a6317e50acbe6c7eacad8dbc4acf81695e318b07e4d234a6681ed83979552803e5bec34a6b978387e421d9c3d18af2b8c847cb8ef574efb7a253e10d7f
6
+ metadata.gz: 748defa562999f4480019d9e9d9f0def6df7704a2f796362684025f8cd590449b1a1177d554c58f981f8db5d9e5ad3e7fd189796e3c2c87274bc47793a80b5d7
7
+ data.tar.gz: 5effbce19dfd7ce005db286c9470242f378401ddd8a285dbcf081e80e8b9761fe14dae38f525ae9c154431b6b34607804b1d29bd08f2a8330f41783d85091593
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.478
1
+ 3.0.480
@@ -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.480
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-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common