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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200324/models.rb +13 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e417d1a875839176b5b0f71aa24432b688b026c
|
4
|
+
data.tar.gz: 766d3fe146980b2eb50a1d4d92393dadb8de63d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c262058bc8ce8629be351005e145ed8bf510929a03ab81067d1b6cbbf534540958bc07f9f51ebb8b40a7a069b1db434ec4f60ad81caaaedff82b29147e470bb0
|
7
|
+
data.tar.gz: fbf050f2e880c7aaca763ec913c3a468ba271d0bfa3a11e2e7304061cc23c212d81f72f2ef80c33dcd2f2a5cdd10d819d1485a85165a20717b9412a2e7a25f24
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.479
|
data/lib/v20200324/models.rb
CHANGED
@@ -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.
|
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-
|
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
|