tencentcloud-sdk-tem 3.0.473 → 3.0.475

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a1bc971cfbaea5bb9d24e515cb7d0226f7bc5ffd
4
- data.tar.gz: 041f69cec5d61c1568ad9da7c828cd8d2140028c
3
+ metadata.gz: 035d749f73eebd45b9924cbcbfb0da678caabd3c
4
+ data.tar.gz: cbdb35f2930365886f363685bf76f585d91f1c7c
5
5
  SHA512:
6
- metadata.gz: 68d909fe8e724c1b906eb9d51a14e96ea1b240c0a44daa2b4454453c4e8ed54496786e00b2058b88c649a602a3b4356e41a9a1289aea6e13b85d0356508bf3fa
7
- data.tar.gz: f1fc20cfb4f7d7a43460286ec224303bf2dc54f84d1f97463c0998f2e914aabb480c6fe9967b2cded079361977169ecc236e9dced4856a4055dde8542b24f586
6
+ metadata.gz: 6102bb96669fa4ed834de730a715caecb68e36a23e3fadeb8cfd65622366737ed4c545155048cca0177b9cef5b84450ec595bf71374e6713a4b73d499a8499d5
7
+ data.tar.gz: 4628cd82a8e29af5999794833a6d566be44b20aafeb71873935d4ba20ceb9f6c1b271adb830e2e51a41d864eb1b816636eb22f56d8d3dd1ad81369c8da856f77
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.473
1
+ 3.0.475
@@ -2046,15 +2046,18 @@ module TencentCloud
2046
2046
  # @type Filters: Array
2047
2047
  # @param SortInfo: 排序字段
2048
2048
  # @type SortInfo: :class:`Tencentcloud::Tem.v20210701.models.SortType`
2049
+ # @param EnvironmentId: 环境id
2050
+ # @type EnvironmentId: String
2049
2051
 
2050
- attr_accessor :Limit, :Offset, :SourceChannel, :Filters, :SortInfo
2052
+ attr_accessor :Limit, :Offset, :SourceChannel, :Filters, :SortInfo, :EnvironmentId
2051
2053
 
2052
- def initialize(limit=nil, offset=nil, sourcechannel=nil, filters=nil, sortinfo=nil)
2054
+ def initialize(limit=nil, offset=nil, sourcechannel=nil, filters=nil, sortinfo=nil, environmentid=nil)
2053
2055
  @Limit = limit
2054
2056
  @Offset = offset
2055
2057
  @SourceChannel = sourcechannel
2056
2058
  @Filters = filters
2057
2059
  @SortInfo = sortinfo
2060
+ @EnvironmentId = environmentid
2058
2061
  end
2059
2062
 
2060
2063
  def deserialize(params)
@@ -2073,6 +2076,7 @@ module TencentCloud
2073
2076
  @SortInfo = SortType.new
2074
2077
  @SortInfo.deserialize(params['SortInfo'])
2075
2078
  end
2079
+ @EnvironmentId = params['EnvironmentId']
2076
2080
  end
2077
2081
  end
2078
2082
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tem
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.473
4
+ version: 3.0.475
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-14 00:00:00.000000000 Z
11
+ date: 2022-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common