tencentcloud-sdk-dasb 3.0.935 → 3.0.936
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 +4 -4
- 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: ac5d6e40f825412e77f3545e7733d831bc0e2a2f
|
|
4
|
+
data.tar.gz: b545af47b19d44ebe1172d29086007d33f02c7f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9daf69deb55df518e2aa7c867bea361195eb14de012b632214b381974249735692210af56312509755173cadd74bec9168d407fb18c8b7b21d2ed09f138ff5ff
|
|
7
|
+
data.tar.gz: b7688ac570fc6d4f449c09556634a17f35a178ae870684d58116bb4fccc1dbb35bc2b35cc2c424320bdf4d6287199d0839d66dc0bfbeff6232a78c8c1898fa0a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.936
|
data/lib/v20191018/models.rb
CHANGED
|
@@ -754,8 +754,8 @@ module TencentCloud
|
|
|
754
754
|
|
|
755
755
|
attr_accessor :Cmd, :Time, :TimeOffset, :Action, :Sid, :UserName, :Account, :InstanceId, :FromIp, :SessionTime, :SessTime, :ConfirmTime, :UserDepartmentId, :UserDepartmentName, :DeviceDepartmentId, :DeviceDepartmentName, :Size
|
|
756
756
|
extend Gem::Deprecate
|
|
757
|
-
deprecate :SessTime, :none, 2024,
|
|
758
|
-
deprecate :SessTime=, :none, 2024,
|
|
757
|
+
deprecate :SessTime, :none, 2024, 11
|
|
758
|
+
deprecate :SessTime=, :none, 2024, 11
|
|
759
759
|
|
|
760
760
|
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)
|
|
761
761
|
@Cmd = cmd
|
|
@@ -4723,8 +4723,8 @@ module TencentCloud
|
|
|
4723
4723
|
|
|
4724
4724
|
attr_accessor :Time, :UserName, :RealName, :InstanceId, :DeviceName, :PublicIp, :PrivateIp, :Cmd, :Action, :Sid, :TimeOffset, :Account, :FromIp, :SessionTime, :SessTime, :ConfirmTime, :UserDepartmentId, :UserDepartmentName, :DeviceDepartmentId, :DeviceDepartmentName, :Size
|
|
4725
4725
|
extend Gem::Deprecate
|
|
4726
|
-
deprecate :SessTime, :none, 2024,
|
|
4727
|
-
deprecate :SessTime=, :none, 2024,
|
|
4726
|
+
deprecate :SessTime, :none, 2024, 11
|
|
4727
|
+
deprecate :SessTime=, :none, 2024, 11
|
|
4728
4728
|
|
|
4729
4729
|
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)
|
|
4730
4730
|
@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.936
|
|
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-11-
|
|
11
|
+
date: 2024-11-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|