tencentcloud-sdk-tem 3.0.472 → 3.0.474

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: 51d6d74cc6f81adea58a22345ea54eb8deba5a32
4
- data.tar.gz: 31e53fff0de75b81c20851db34be6eb30d885b05
3
+ metadata.gz: e332025e0c5492ae05703d4f0812a8e4cb68f03f
4
+ data.tar.gz: 5344f86dccec90b86dca9173253c0c7a5095f66a
5
5
  SHA512:
6
- metadata.gz: 6a6e0afc3b42efaaf137ca8ee0dca3a7c3703d13637e8b3c0815448e6732c3b2fdf3cd48b93475a2e95e6ea3f831705c860c30fe2a3ef2951da4e9b19ae9c7ef
7
- data.tar.gz: 844211d20db5892883c8049496cdb270b6d2c9c6f3de9d9675b7b7119a5385677b32d2040391623914396c3e045eb222ac64cbedb0f04cc9b6de394c60a9162b
6
+ metadata.gz: 38e9d60db38da3dd2a46b8e34dd776918f54430b40be599ecdb254191cb83151baddedce772fd096aa0a41b39e9b8843306211b827efea18646d7591dc753fba
7
+ data.tar.gz: adffe8a12f33bef7d19b69d156e1861951798e32fbb179d04e22ba4d95b607aa1105c484ba7d11e3dfca33992d70972dc6835d505ca3d6ce27347d7f3663d737
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.472
1
+ 3.0.474
@@ -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.472
4
+ version: 3.0.474
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-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common