tencentcloud-sdk-dasb 3.0.864 → 3.0.865
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/v20191018/models.rb +6 -6
- 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: 4faad9ffd978a49eb1421d1869002cd65449393b
|
|
4
|
+
data.tar.gz: e756d2192d477081f139388684c9360642da571d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e35b8350d2b3f0ceae12f978d4ba609186ad1e0aabd390d80912cc607219190181860ca2f42560cc6f9329fd7c080554a129813f5929c7b4d62aa56548edc5c8
|
|
7
|
+
data.tar.gz: 4905bf7b1a8fa96316af00581bfe68e018d59b1d18a0b1fd992c7754b61b74227d287e796738e5e3a484aa0d3ff02f4b8ad50c7a6e676dbe9960c0b69aadff3a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.865
|
data/lib/v20191018/models.rb
CHANGED
|
@@ -744,8 +744,8 @@ module TencentCloud
|
|
|
744
744
|
|
|
745
745
|
attr_accessor :Cmd, :Time, :TimeOffset, :Action, :Sid, :UserName, :Account, :InstanceId, :FromIp, :SessionTime, :SessTime, :ConfirmTime, :UserDepartmentId, :UserDepartmentName, :DeviceDepartmentId, :DeviceDepartmentName, :Size
|
|
746
746
|
extend Gem::Deprecate
|
|
747
|
-
deprecate :SessTime, :none, 2024,
|
|
748
|
-
deprecate :SessTime=, :none, 2024,
|
|
747
|
+
deprecate :SessTime, :none, 2024, 7
|
|
748
|
+
deprecate :SessTime=, :none, 2024, 7
|
|
749
749
|
|
|
750
750
|
def initialize(cmd=nil, time=nil, timeoffset=nil, action=nil, sid=nil, username=nil, account=nil, instanceid=nil, fromip=nil, sessiontime=nil, sesstime=nil, confirmtime=nil, userdepartmentid=nil, userdepartmentname=nil, devicedepartmentid=nil, devicedepartmentname=nil, size=nil)
|
|
751
751
|
@Cmd = cmd
|
|
@@ -1316,7 +1316,7 @@ module TencentCloud
|
|
|
1316
1316
|
# @type UserName: String
|
|
1317
1317
|
# @param RealName: 用户姓名,最大长度20个字符,不能包含空白字符
|
|
1318
1318
|
# @type RealName: String
|
|
1319
|
-
# @param Phone:
|
|
1319
|
+
# @param Phone: 按照"国家地区代码|手机号"的格式输入。如: "+86|xxxxxxxx"
|
|
1320
1320
|
# @type Phone: String
|
|
1321
1321
|
# @param Email: 电子邮件
|
|
1322
1322
|
# @type Email: String
|
|
@@ -3821,7 +3821,7 @@ module TencentCloud
|
|
|
3821
3821
|
# @type Id: Integer
|
|
3822
3822
|
# @param RealName: 用户姓名,最大长度20个字符,不能包含空格
|
|
3823
3823
|
# @type RealName: String
|
|
3824
|
-
# @param Phone:
|
|
3824
|
+
# @param Phone: 按照"国家地区代码|手机号"的格式输入。如: "+86|xxxxxxxx"
|
|
3825
3825
|
# @type Phone: String
|
|
3826
3826
|
# @param Email: 电子邮件
|
|
3827
3827
|
# @type Email: String
|
|
@@ -4519,8 +4519,8 @@ module TencentCloud
|
|
|
4519
4519
|
|
|
4520
4520
|
attr_accessor :Time, :UserName, :RealName, :InstanceId, :DeviceName, :PublicIp, :PrivateIp, :Cmd, :Action, :Sid, :TimeOffset, :Account, :FromIp, :SessionTime, :SessTime, :ConfirmTime, :UserDepartmentId, :UserDepartmentName, :DeviceDepartmentId, :DeviceDepartmentName, :Size
|
|
4521
4521
|
extend Gem::Deprecate
|
|
4522
|
-
deprecate :SessTime, :none, 2024,
|
|
4523
|
-
deprecate :SessTime=, :none, 2024,
|
|
4522
|
+
deprecate :SessTime, :none, 2024, 7
|
|
4523
|
+
deprecate :SessTime=, :none, 2024, 7
|
|
4524
4524
|
|
|
4525
4525
|
def initialize(time=nil, username=nil, realname=nil, instanceid=nil, devicename=nil, publicip=nil, privateip=nil, cmd=nil, action=nil, sid=nil, timeoffset=nil, account=nil, fromip=nil, sessiontime=nil, sesstime=nil, confirmtime=nil, userdepartmentid=nil, userdepartmentname=nil, devicedepartmentid=nil, devicedepartmentname=nil, size=nil)
|
|
4526
4526
|
@Time = time
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-dasb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.865
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-07-
|
|
11
|
+
date: 2024-07-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|