tencentcloud-sdk-dasb 3.0.740 → 3.0.742
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 +18 -8
- 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: 55e68bb3ccdc7e3cd7afb857d4565a50fa33e34e
|
4
|
+
data.tar.gz: 42514ffde0f530f4bc59ea3c29ecd2fb065dad66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb5c78d6f99cb4f14a7479047b81e74418df75afde9f72065fb8aee9ab9b61d3b61aa19fc63c5652eed48bf097da51e2e26930b78d177ff12223b8b485bca952
|
7
|
+
data.tar.gz: d54162c7fe56af329d6567b406ecf49e8c88d2ed1160367a746e1c2e568e9d7531ad9652426169736c7aca121693011d9a2f8b7b9f20d219b5ddc72ff5f21efb
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.742
|
data/lib/v20191018/models.rb
CHANGED
@@ -556,13 +556,16 @@ module TencentCloud
|
|
556
556
|
# @param DeviceDepartmentName: 设备部门name
|
557
557
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
558
558
|
# @type DeviceDepartmentName: String
|
559
|
+
# @param Size: 会话大小
|
560
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
561
|
+
# @type Size: Integer
|
559
562
|
|
560
|
-
attr_accessor :Cmd, :Time, :TimeOffset, :Action, :Sid, :UserName, :Account, :InstanceId, :FromIp, :SessionTime, :SessTime, :ConfirmTime, :UserDepartmentId, :UserDepartmentName, :DeviceDepartmentId, :DeviceDepartmentName
|
563
|
+
attr_accessor :Cmd, :Time, :TimeOffset, :Action, :Sid, :UserName, :Account, :InstanceId, :FromIp, :SessionTime, :SessTime, :ConfirmTime, :UserDepartmentId, :UserDepartmentName, :DeviceDepartmentId, :DeviceDepartmentName, :Size
|
561
564
|
extend Gem::Deprecate
|
562
|
-
deprecate :SessTime, :none,
|
563
|
-
deprecate :SessTime=, :none,
|
565
|
+
deprecate :SessTime, :none, 2024, 1
|
566
|
+
deprecate :SessTime=, :none, 2024, 1
|
564
567
|
|
565
|
-
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)
|
568
|
+
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)
|
566
569
|
@Cmd = cmd
|
567
570
|
@Time = time
|
568
571
|
@TimeOffset = timeoffset
|
@@ -579,6 +582,7 @@ module TencentCloud
|
|
579
582
|
@UserDepartmentName = userdepartmentname
|
580
583
|
@DeviceDepartmentId = devicedepartmentid
|
581
584
|
@DeviceDepartmentName = devicedepartmentname
|
585
|
+
@Size = size
|
582
586
|
end
|
583
587
|
|
584
588
|
def deserialize(params)
|
@@ -598,6 +602,7 @@ module TencentCloud
|
|
598
602
|
@UserDepartmentName = params['UserDepartmentName']
|
599
603
|
@DeviceDepartmentId = params['DeviceDepartmentId']
|
600
604
|
@DeviceDepartmentName = params['DeviceDepartmentName']
|
605
|
+
@Size = params['Size']
|
601
606
|
end
|
602
607
|
end
|
603
608
|
|
@@ -3754,13 +3759,16 @@ module TencentCloud
|
|
3754
3759
|
# @param DeviceDepartmentName: 设备部门名称
|
3755
3760
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3756
3761
|
# @type DeviceDepartmentName: String
|
3762
|
+
# @param Size: 会话大小
|
3763
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3764
|
+
# @type Size: Integer
|
3757
3765
|
|
3758
|
-
attr_accessor :Time, :UserName, :RealName, :InstanceId, :DeviceName, :PublicIp, :PrivateIp, :Cmd, :Action, :Sid, :TimeOffset, :Account, :FromIp, :SessionTime, :SessTime, :ConfirmTime, :UserDepartmentId, :UserDepartmentName, :DeviceDepartmentId, :DeviceDepartmentName
|
3766
|
+
attr_accessor :Time, :UserName, :RealName, :InstanceId, :DeviceName, :PublicIp, :PrivateIp, :Cmd, :Action, :Sid, :TimeOffset, :Account, :FromIp, :SessionTime, :SessTime, :ConfirmTime, :UserDepartmentId, :UserDepartmentName, :DeviceDepartmentId, :DeviceDepartmentName, :Size
|
3759
3767
|
extend Gem::Deprecate
|
3760
|
-
deprecate :SessTime, :none,
|
3761
|
-
deprecate :SessTime=, :none,
|
3768
|
+
deprecate :SessTime, :none, 2024, 1
|
3769
|
+
deprecate :SessTime=, :none, 2024, 1
|
3762
3770
|
|
3763
|
-
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)
|
3771
|
+
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)
|
3764
3772
|
@Time = time
|
3765
3773
|
@UserName = username
|
3766
3774
|
@RealName = realname
|
@@ -3781,6 +3789,7 @@ module TencentCloud
|
|
3781
3789
|
@UserDepartmentName = userdepartmentname
|
3782
3790
|
@DeviceDepartmentId = devicedepartmentid
|
3783
3791
|
@DeviceDepartmentName = devicedepartmentname
|
3792
|
+
@Size = size
|
3784
3793
|
end
|
3785
3794
|
|
3786
3795
|
def deserialize(params)
|
@@ -3804,6 +3813,7 @@ module TencentCloud
|
|
3804
3813
|
@UserDepartmentName = params['UserDepartmentName']
|
3805
3814
|
@DeviceDepartmentId = params['DeviceDepartmentId']
|
3806
3815
|
@DeviceDepartmentName = params['DeviceDepartmentName']
|
3816
|
+
@Size = params['Size']
|
3807
3817
|
end
|
3808
3818
|
end
|
3809
3819
|
|
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.742
|
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-01-
|
11
|
+
date: 2024-01-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|