tencentcloud-sdk-cam 3.0.723 → 3.0.724

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: 9cb9f2b1652df49f0d373a4579c3a5ca323529ca
4
- data.tar.gz: 585f56b90419d35ef947f60aea681597931247ac
3
+ metadata.gz: 29926cd3daf7daa9ac1a0da69fd2e01b44c2266d
4
+ data.tar.gz: 6bcf9f757c710cd8555dc05704b761c4201ecf88
5
5
  SHA512:
6
- metadata.gz: 6ad0b66d2bccd6d810430ef5f52926424737733c04467a318608dc4e6020c674582ba3e0a48feb16ade16ad2a33ed218287c221c7fdb00d047895c4bce20632e
7
- data.tar.gz: d65733685513a5638d09dda8de900043bc091c98f384d9102e22f309b48bff7726edf56e0a8f16aac9c75bba54eb2dde3f6867eeee1a18b4d705cf923d2970c2
6
+ metadata.gz: 753d6f3cdc50e11e4264782cf3fc334da8a5568eafd78aee70b41a41016dba2f3c377bd7189c6135fba4b41c5da400e8f156640c214d5e8b2f6ffdb72d12d61d
7
+ data.tar.gz: 8fe882bcdda14bcc5566706f33e40af511d7a5bd64b35b64120553361690bc0e7953d0d67260af01073ade652e016f61f69ec1f00c4b3fd1c3c7f17992cd4ddc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.723
1
+ 3.0.724
@@ -3848,15 +3848,18 @@ module TencentCloud
3848
3848
  # @type Wechat: Integer
3849
3849
  # @param Custom: 自定义
3850
3850
  # @type Custom: Integer
3851
+ # @param Mail: 邮箱
3852
+ # @type Mail: Integer
3851
3853
 
3852
- attr_accessor :Phone, :Token, :Stoken, :Wechat, :Custom
3854
+ attr_accessor :Phone, :Token, :Stoken, :Wechat, :Custom, :Mail
3853
3855
 
3854
- def initialize(phone=nil, token=nil, stoken=nil, wechat=nil, custom=nil)
3856
+ def initialize(phone=nil, token=nil, stoken=nil, wechat=nil, custom=nil, mail=nil)
3855
3857
  @Phone = phone
3856
3858
  @Token = token
3857
3859
  @Stoken = stoken
3858
3860
  @Wechat = wechat
3859
3861
  @Custom = custom
3862
+ @Mail = mail
3860
3863
  end
3861
3864
 
3862
3865
  def deserialize(params)
@@ -3865,6 +3868,7 @@ module TencentCloud
3865
3868
  @Stoken = params['Stoken']
3866
3869
  @Wechat = params['Wechat']
3867
3870
  @Custom = params['Custom']
3871
+ @Mail = params['Mail']
3868
3872
  end
3869
3873
  end
3870
3874
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cam
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.723
4
+ version: 3.0.724
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-12-07 00:00:00.000000000 Z
11
+ date: 2023-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common