tencentcloud-sdk-tcb 3.0.509 → 3.0.510

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180608/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82f207c99ddbe514ef80ee31777c813ff560fe52
4
- data.tar.gz: 7e739873b678e99a6b94b93ba447190e0a52553d
3
+ metadata.gz: 31c46cb83e35bd0066216e1a469d37287825be2f
4
+ data.tar.gz: 8b59441b6ebbfcae89a97e5661b18b252c32f73f
5
5
  SHA512:
6
- metadata.gz: 713d538d385600adff02cecfc7da83942055437b0e7c80f341d406df2231a14a747e5c36c361c0e0bbbc4c8c304a094985b7eb4ace95f17432121791d27216b1
7
- data.tar.gz: d761a7413106c3ab34f056a3030590ebb9f7c811927d38cc512f8820f3cf4bfd1b7d5c4e66a22869a040b5251caa9fc8df3f8a1632066720416d0a6c02f954cb
6
+ metadata.gz: bcc7f9efbcc0ff1d90a113993215fb5195915c1b594e485a784367413ff1d4fe911e62c1521b42a981eb770b62a3abedf7fe1cb9ee65cac0d0f908795b9a6a1d
7
+ data.tar.gz: 76d5d6ef61ec92710ac2239d8c3cbcdabda608abf257c39c3dc57759b0ef8ddcb3fd6a094d79bef88834aca6d6753218e1111c2467b6cf0b0bfb7453ba448bf1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.509
1
+ 3.0.510
@@ -2162,10 +2162,14 @@ module TencentCloud
2162
2162
  # @type SubNetIds: Array
2163
2163
  # @param IsOpenCloudInvoke: 是否打开云调用
2164
2164
  # @type IsOpenCloudInvoke: Boolean
2165
+ # @param Source: 创建来源:wechat | cloud
2166
+ # @type Source: String
2167
+ # @param Channel: 渠道:wechat | cloud
2168
+ # @type Channel: String
2165
2169
 
2166
- attr_accessor :WxAppId, :Alias, :FreeQuota, :Flag, :VpcId, :SubNetIds, :IsOpenCloudInvoke
2170
+ attr_accessor :WxAppId, :Alias, :FreeQuota, :Flag, :VpcId, :SubNetIds, :IsOpenCloudInvoke, :Source, :Channel
2167
2171
 
2168
- def initialize(wxappid=nil, _alias=nil, freequota=nil, flag=nil, vpcid=nil, subnetids=nil, isopencloudinvoke=nil)
2172
+ def initialize(wxappid=nil, _alias=nil, freequota=nil, flag=nil, vpcid=nil, subnetids=nil, isopencloudinvoke=nil, source=nil, channel=nil)
2169
2173
  @WxAppId = wxappid
2170
2174
  @Alias = _alias
2171
2175
  @FreeQuota = freequota
@@ -2173,6 +2177,8 @@ module TencentCloud
2173
2177
  @VpcId = vpcid
2174
2178
  @SubNetIds = subnetids
2175
2179
  @IsOpenCloudInvoke = isopencloudinvoke
2180
+ @Source = source
2181
+ @Channel = channel
2176
2182
  end
2177
2183
 
2178
2184
  def deserialize(params)
@@ -2183,6 +2189,8 @@ module TencentCloud
2183
2189
  @VpcId = params['VpcId']
2184
2190
  @SubNetIds = params['SubNetIds']
2185
2191
  @IsOpenCloudInvoke = params['IsOpenCloudInvoke']
2192
+ @Source = params['Source']
2193
+ @Channel = params['Channel']
2186
2194
  end
2187
2195
  end
2188
2196
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.509
4
+ version: 3.0.510
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-02-15 00:00:00.000000000 Z
11
+ date: 2023-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common