tencentcloud-sdk-cwp 3.0.621 → 3.0.623
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/v20180228/models.rb +7 -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: 9f9f5c74fd202f118e61830e58167dc101815fb6
|
|
4
|
+
data.tar.gz: 6644951e1cae3f83bbf155c396cac8532759cff6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3cd4756bf997bfb0bfc34abc6ad5d10ff4754d23ee21d156d5eff5b9f77dc5ac43176a2180d6b6739d0d5d95e164ddb13e90354df92b8b5d3abc33c07f5aba55
|
|
7
|
+
data.tar.gz: 6df3bfc2342d420b829a4eb26b2b64718b863dc3d6b33d005ee2903bbf41b1f7d7fcbe90c60ace6b3b9912f898ed2213d44f8eba997bde77dc29a4e83f11e5a4
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.623
|
data/lib/v20180228/models.rb
CHANGED
|
@@ -19645,10 +19645,13 @@ module TencentCloud
|
|
|
19645
19645
|
# @param Tags: 平台标签
|
|
19646
19646
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
19647
19647
|
# @type Tags: Array
|
|
19648
|
+
# @param FreezeNum: 冻结数,当为0时 为未冻结,非0 则表示冻结授权数额
|
|
19649
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
19650
|
+
# @type FreezeNum: Integer
|
|
19648
19651
|
|
|
19649
|
-
attr_accessor :LicenseId, :LicenseType, :LicenseStatus, :LicenseCnt, :UsedLicenseCnt, :OrderStatus, :Deadline, :ResourceId, :AutoRenewFlag, :ProjectId, :TaskId, :BuyTime, :SourceType, :Alias, :Tags
|
|
19652
|
+
attr_accessor :LicenseId, :LicenseType, :LicenseStatus, :LicenseCnt, :UsedLicenseCnt, :OrderStatus, :Deadline, :ResourceId, :AutoRenewFlag, :ProjectId, :TaskId, :BuyTime, :SourceType, :Alias, :Tags, :FreezeNum
|
|
19650
19653
|
|
|
19651
|
-
def initialize(licenseid=nil, licensetype=nil, licensestatus=nil, licensecnt=nil, usedlicensecnt=nil, orderstatus=nil, deadline=nil, resourceid=nil, autorenewflag=nil, projectid=nil, taskid=nil, buytime=nil, sourcetype=nil, _alias=nil, tags=nil)
|
|
19654
|
+
def initialize(licenseid=nil, licensetype=nil, licensestatus=nil, licensecnt=nil, usedlicensecnt=nil, orderstatus=nil, deadline=nil, resourceid=nil, autorenewflag=nil, projectid=nil, taskid=nil, buytime=nil, sourcetype=nil, _alias=nil, tags=nil, freezenum=nil)
|
|
19652
19655
|
@LicenseId = licenseid
|
|
19653
19656
|
@LicenseType = licensetype
|
|
19654
19657
|
@LicenseStatus = licensestatus
|
|
@@ -19664,6 +19667,7 @@ module TencentCloud
|
|
|
19664
19667
|
@SourceType = sourcetype
|
|
19665
19668
|
@Alias = _alias
|
|
19666
19669
|
@Tags = tags
|
|
19670
|
+
@FreezeNum = freezenum
|
|
19667
19671
|
end
|
|
19668
19672
|
|
|
19669
19673
|
def deserialize(params)
|
|
@@ -19689,6 +19693,7 @@ module TencentCloud
|
|
|
19689
19693
|
@Tags << tags_tmp
|
|
19690
19694
|
end
|
|
19691
19695
|
end
|
|
19696
|
+
@FreezeNum = params['FreezeNum']
|
|
19692
19697
|
end
|
|
19693
19698
|
end
|
|
19694
19699
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cwp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.623
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|