tencentcloud-sdk-tem 3.0.473 → 3.0.474
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/v20210701/models.rb +6 -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: e332025e0c5492ae05703d4f0812a8e4cb68f03f
|
4
|
+
data.tar.gz: 5344f86dccec90b86dca9173253c0c7a5095f66a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 38e9d60db38da3dd2a46b8e34dd776918f54430b40be599ecdb254191cb83151baddedce772fd096aa0a41b39e9b8843306211b827efea18646d7591dc753fba
|
7
|
+
data.tar.gz: adffe8a12f33bef7d19b69d156e1861951798e32fbb179d04e22ba4d95b607aa1105c484ba7d11e3dfca33992d70972dc6835d505ca3d6ce27347d7f3663d737
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.474
|
data/lib/v20210701/models.rb
CHANGED
@@ -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.
|
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-
|
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
|