tencentcloud-sdk-tse 3.0.652 → 3.0.653
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/v20201207/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: b85f30d3cfe5ae99ac73adc3d094d9560c3e8cee
|
|
4
|
+
data.tar.gz: 59e7b1e35523757eb2692d7edbe95d288224cd93
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2fbedbf62db0c61f7578d34dcbe5d39527a638eced741a9c77b5fd54545e37a38e0c1efdbd84091d9c6f94029ab8f8aa7310a286ae3f06c395f2686bbc1b08a2
|
|
7
|
+
data.tar.gz: 1e6260389376dcb5c541b15d4a956d26095a8b46c99af0bc44d003ce6203b7cd235a13ec50a79c6511c8d28c62e2b2b2460c947c3a1ba1146b099dcb9eb666ea
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.653
|
data/lib/v20201207/models.rb
CHANGED
|
@@ -3603,10 +3603,13 @@ module TencentCloud
|
|
|
3603
3603
|
# @param Editable: 是否可编辑
|
|
3604
3604
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3605
3605
|
# @type Editable: Boolean
|
|
3606
|
+
# @param Path: 请求路径
|
|
3607
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3608
|
+
# @type Path: String
|
|
3606
3609
|
|
|
3607
|
-
attr_accessor :ID, :Name, :Tags, :UpstreamInfo, :UpstreamType, :CreatedTime, :Editable
|
|
3610
|
+
attr_accessor :ID, :Name, :Tags, :UpstreamInfo, :UpstreamType, :CreatedTime, :Editable, :Path
|
|
3608
3611
|
|
|
3609
|
-
def initialize(id=nil, name=nil, tags=nil, upstreaminfo=nil, upstreamtype=nil, createdtime=nil, editable=nil)
|
|
3612
|
+
def initialize(id=nil, name=nil, tags=nil, upstreaminfo=nil, upstreamtype=nil, createdtime=nil, editable=nil, path=nil)
|
|
3610
3613
|
@ID = id
|
|
3611
3614
|
@Name = name
|
|
3612
3615
|
@Tags = tags
|
|
@@ -3614,6 +3617,7 @@ module TencentCloud
|
|
|
3614
3617
|
@UpstreamType = upstreamtype
|
|
3615
3618
|
@CreatedTime = createdtime
|
|
3616
3619
|
@Editable = editable
|
|
3620
|
+
@Path = path
|
|
3617
3621
|
end
|
|
3618
3622
|
|
|
3619
3623
|
def deserialize(params)
|
|
@@ -3627,6 +3631,7 @@ module TencentCloud
|
|
|
3627
3631
|
@UpstreamType = params['UpstreamType']
|
|
3628
3632
|
@CreatedTime = params['CreatedTime']
|
|
3629
3633
|
@Editable = params['Editable']
|
|
3634
|
+
@Path = params['Path']
|
|
3630
3635
|
end
|
|
3631
3636
|
end
|
|
3632
3637
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-tse
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.653
|
|
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-09-
|
|
11
|
+
date: 2023-09-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|