tencentcloud-sdk-vod 1.0.357 → 1.0.360
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/v20180717/models.rb +22 -14
- 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: 905c99a750b2a7a8ba2820406dc780dd1c363ae4
|
4
|
+
data.tar.gz: 27abc61e3fa175e19cdc879f6a84711a60c88123
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d94b9e7dd00da8fc4de7be9b6e52b81841ef540e3d740decf69dafc499a8274ad402c537f3f943f8cc87fe13ab41f0fb5e58b7fcf56892f5b14f14ed29fc88bd
|
7
|
+
data.tar.gz: 5dbf28178bd705b2b734f709358e1f57b32fce79fb7f5292d3f440d5baea69550104a4fca8f1b05db9609cbf0d976228d3f8e60960c2e3f9153cd813c81202b0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.360
|
data/lib/v20180717/models.rb
CHANGED
@@ -11964,33 +11964,37 @@ module TencentCloud
|
|
11964
11964
|
|
11965
11965
|
# 分类信息描述
|
11966
11966
|
class MediaClassInfo < TencentCloud::Common::AbstractModel
|
11967
|
-
# @param ClassId: 分类 ID
|
11967
|
+
# @param ClassId: 分类 ID。
|
11968
11968
|
# @type ClassId: Integer
|
11969
11969
|
# @param ParentId: 父类 ID,一级分类的父类 ID 为 -1。
|
11970
11970
|
# @type ParentId: Integer
|
11971
|
-
# @param
|
11972
|
-
# @type
|
11971
|
+
# @param Name: 分类名称。
|
11972
|
+
# @type Name: String
|
11973
11973
|
# @param Level: 分类级别,一级分类为 0,最大值为 3,即最多允许 4 级分类层次。
|
11974
11974
|
# @type Level: Integer
|
11975
|
-
# @param SubClassIdSet: 当前分类的第一级子类 ID
|
11975
|
+
# @param SubClassIdSet: 当前分类的第一级子类 ID 集合。
|
11976
11976
|
# @type SubClassIdSet: Array
|
11977
|
+
# @param ClassName: 分类名称(该字段已不推荐使用,建议使用新的分类名称字段 Name)。
|
11978
|
+
# @type ClassName: String
|
11977
11979
|
|
11978
|
-
attr_accessor :ClassId, :ParentId, :
|
11980
|
+
attr_accessor :ClassId, :ParentId, :Name, :Level, :SubClassIdSet, :ClassName
|
11979
11981
|
|
11980
|
-
def initialize(classid=nil, parentid=nil,
|
11982
|
+
def initialize(classid=nil, parentid=nil, name=nil, level=nil, subclassidset=nil, classname=nil)
|
11981
11983
|
@ClassId = classid
|
11982
11984
|
@ParentId = parentid
|
11983
|
-
@
|
11985
|
+
@Name = name
|
11984
11986
|
@Level = level
|
11985
11987
|
@SubClassIdSet = subclassidset
|
11988
|
+
@ClassName = classname
|
11986
11989
|
end
|
11987
11990
|
|
11988
11991
|
def deserialize(params)
|
11989
11992
|
@ClassId = params['ClassId']
|
11990
11993
|
@ParentId = params['ParentId']
|
11991
|
-
@
|
11994
|
+
@Name = params['Name']
|
11992
11995
|
@Level = params['Level']
|
11993
11996
|
@SubClassIdSet = params['SubClassIdSet']
|
11997
|
+
@ClassName = params['ClassName']
|
11994
11998
|
end
|
11995
11999
|
end
|
11996
12000
|
|
@@ -18651,8 +18655,8 @@ module TencentCloud
|
|
18651
18655
|
class SubAppIdInfo < TencentCloud::Common::AbstractModel
|
18652
18656
|
# @param SubAppId: 子应用 ID。
|
18653
18657
|
# @type SubAppId: Integer
|
18654
|
-
# @param
|
18655
|
-
# @type
|
18658
|
+
# @param SubAppIdName: 子应用名称。
|
18659
|
+
# @type SubAppIdName: String
|
18656
18660
|
# @param Description: 子应用简介。
|
18657
18661
|
# @type Description: String
|
18658
18662
|
# @param CreateTime: 子应用创建时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
@@ -18663,23 +18667,27 @@ module TencentCloud
|
|
18663
18667
|
# <li>Destroying:销毁中。</li>
|
18664
18668
|
# <li>Destroyed:销毁完成。</li>
|
18665
18669
|
# @type Status: String
|
18670
|
+
# @param Name: 子应用名称(该字段已不推荐使用,建议使用新的子应用名称字段 SubAppIdName)。
|
18671
|
+
# @type Name: String
|
18666
18672
|
|
18667
|
-
attr_accessor :SubAppId, :
|
18673
|
+
attr_accessor :SubAppId, :SubAppIdName, :Description, :CreateTime, :Status, :Name
|
18668
18674
|
|
18669
|
-
def initialize(subappid=nil,
|
18675
|
+
def initialize(subappid=nil, subappidname=nil, description=nil, createtime=nil, status=nil, name=nil)
|
18670
18676
|
@SubAppId = subappid
|
18671
|
-
@
|
18677
|
+
@SubAppIdName = subappidname
|
18672
18678
|
@Description = description
|
18673
18679
|
@CreateTime = createtime
|
18674
18680
|
@Status = status
|
18681
|
+
@Name = name
|
18675
18682
|
end
|
18676
18683
|
|
18677
18684
|
def deserialize(params)
|
18678
18685
|
@SubAppId = params['SubAppId']
|
18679
|
-
@
|
18686
|
+
@SubAppIdName = params['SubAppIdName']
|
18680
18687
|
@Description = params['Description']
|
18681
18688
|
@CreateTime = params['CreateTime']
|
18682
18689
|
@Status = params['Status']
|
18690
|
+
@Name = params['Name']
|
18683
18691
|
end
|
18684
18692
|
end
|
18685
18693
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-vod
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.360
|
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-07-
|
11
|
+
date: 2022-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|