tencentcloud-sdk-dasb 3.0.741 → 3.0.742

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20191018/models.rb +18 -8
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ce9f99b0d72664acfeb27c7cfec99aea56812064
4
- data.tar.gz: abe2c9e63091f35309cce015c23c879ef2d7ca91
3
+ metadata.gz: 55e68bb3ccdc7e3cd7afb857d4565a50fa33e34e
4
+ data.tar.gz: 42514ffde0f530f4bc59ea3c29ecd2fb065dad66
5
5
  SHA512:
6
- metadata.gz: e9a1ff09b707343e1da93a18fbc9663cb4035040eb693e1f41dba9d593f25b8b770af74742e65352fb2d61a0c7fe5f220bbfcbfd0ad4af58766fe41dd4f849d4
7
- data.tar.gz: c2bcb35d6cb0944e1a1df2c6f72d1d0d7b1a4e53a819be7bcfb44976c8678fcf69005dafec09bc05ebdc9ac632b3edb2b6232306fb2c5f9348dc142e93115897
6
+ metadata.gz: cb5c78d6f99cb4f14a7479047b81e74418df75afde9f72065fb8aee9ab9b61d3b61aa19fc63c5652eed48bf097da51e2e26930b78d177ff12223b8b485bca952
7
+ data.tar.gz: d54162c7fe56af329d6567b406ecf49e8c88d2ed1160367a746e1c2e568e9d7531ad9652426169736c7aca121693011d9a2f8b7b9f20d219b5ddc72ff5f21efb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.741
1
+ 3.0.742
@@ -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, 2023, 11
563
- deprecate :SessTime=, :none, 2023, 11
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, 2023, 11
3761
- deprecate :SessTime=, :none, 2023, 11
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dasb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.741
4
+ version: 3.0.742
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud