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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9f80e4f33320b7afefb95195634b048b0762981a
4
- data.tar.gz: 7dfdfb6f3176f7e54468d191479ab84efcbb7669
3
+ metadata.gz: b85f30d3cfe5ae99ac73adc3d094d9560c3e8cee
4
+ data.tar.gz: 59e7b1e35523757eb2692d7edbe95d288224cd93
5
5
  SHA512:
6
- metadata.gz: 8a6b5562c868795b2ee0d84103d757a48df9e70826a7fb893a2644c7655d015fa2bd322942c1ace3bbd1da304ab0d3e412af08a59bffd71d7234a9b81444436e
7
- data.tar.gz: 821b8bc271e97c9bd99acb71ae05e61f0ca06910c824856be33108545d1d6cd3cb88aa0966ff399aa0fe2de6e2bf9cf08359ddaa6934fd482dffca297ca65aef
6
+ metadata.gz: 2fbedbf62db0c61f7578d34dcbe5d39527a638eced741a9c77b5fd54545e37a38e0c1efdbd84091d9c6f94029ab8f8aa7310a286ae3f06c395f2686bbc1b08a2
7
+ data.tar.gz: 1e6260389376dcb5c541b15d4a956d26095a8b46c99af0bc44d003ce6203b7cd235a13ec50a79c6511c8d28c62e2b2b2460c947c3a1ba1146b099dcb9eb666ea
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.652
1
+ 3.0.653
@@ -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.652
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-05 00:00:00.000000000 Z
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