Class: TencentCloud::Dasb::V20191018::Command
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dasb::V20191018::Command
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20191018/models.rb
Overview
命令集合
Instance Attribute Summary collapse
- #Account ⇒ Object
- #Action ⇒ Object
- #Cmd ⇒ Object
- #ConfirmTime ⇒ Object
- #DeviceDepartmentId ⇒ Object
- #DeviceDepartmentName ⇒ Object
- #FromIp ⇒ Object
- #InstanceId ⇒ Object
- #SessionTime ⇒ Object
- #SessTime ⇒ Object
- #Sid ⇒ Object
- #SignValue ⇒ Object
- #Size ⇒ Object
- #Time ⇒ Object
- #TimeOffset ⇒ Object
- #UserDepartmentId ⇒ Object
- #UserDepartmentName ⇒ Object
- #UserName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#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, signvalue = nil) ⇒ Command
constructor
A new instance of Command.
Constructor Details
#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, signvalue = nil) ⇒ Command
Returns a new instance of Command.
716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 |
# File 'lib/v20191018/models.rb', line 716 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, signvalue=nil) @Cmd = cmd @Time = time @TimeOffset = timeoffset @Action = action @Sid = sid @UserName = username @Account = account @InstanceId = instanceid @FromIp = fromip @SessionTime = sessiontime @SessTime = sesstime @ConfirmTime = confirmtime @UserDepartmentId = userdepartmentid @UserDepartmentName = userdepartmentname @DeviceDepartmentId = devicedepartmentid @DeviceDepartmentName = devicedepartmentname @Size = size @SignValue = signvalue end |
Instance Attribute Details
#Account ⇒ Object
711 712 713 |
# File 'lib/v20191018/models.rb', line 711 def Account @Account end |
#Action ⇒ Object
711 712 713 |
# File 'lib/v20191018/models.rb', line 711 def Action @Action end |
#Cmd ⇒ Object
711 712 713 |
# File 'lib/v20191018/models.rb', line 711 def Cmd @Cmd end |
#ConfirmTime ⇒ Object
711 712 713 |
# File 'lib/v20191018/models.rb', line 711 def ConfirmTime @ConfirmTime end |
#DeviceDepartmentId ⇒ Object
711 712 713 |
# File 'lib/v20191018/models.rb', line 711 def DeviceDepartmentId @DeviceDepartmentId end |
#DeviceDepartmentName ⇒ Object
711 712 713 |
# File 'lib/v20191018/models.rb', line 711 def DeviceDepartmentName @DeviceDepartmentName end |
#FromIp ⇒ Object
711 712 713 |
# File 'lib/v20191018/models.rb', line 711 def FromIp @FromIp end |
#InstanceId ⇒ Object
711 712 713 |
# File 'lib/v20191018/models.rb', line 711 def InstanceId @InstanceId end |
#SessionTime ⇒ Object
711 712 713 |
# File 'lib/v20191018/models.rb', line 711 def SessionTime @SessionTime end |
#SessTime ⇒ Object
711 712 713 |
# File 'lib/v20191018/models.rb', line 711 def SessTime @SessTime end |
#Sid ⇒ Object
711 712 713 |
# File 'lib/v20191018/models.rb', line 711 def Sid @Sid end |
#SignValue ⇒ Object
711 712 713 |
# File 'lib/v20191018/models.rb', line 711 def SignValue @SignValue end |
#Size ⇒ Object
711 712 713 |
# File 'lib/v20191018/models.rb', line 711 def Size @Size end |
#Time ⇒ Object
711 712 713 |
# File 'lib/v20191018/models.rb', line 711 def Time @Time end |
#TimeOffset ⇒ Object
711 712 713 |
# File 'lib/v20191018/models.rb', line 711 def TimeOffset @TimeOffset end |
#UserDepartmentId ⇒ Object
711 712 713 |
# File 'lib/v20191018/models.rb', line 711 def UserDepartmentId @UserDepartmentId end |
#UserDepartmentName ⇒ Object
711 712 713 |
# File 'lib/v20191018/models.rb', line 711 def UserDepartmentName @UserDepartmentName end |
#UserName ⇒ Object
711 712 713 |
# File 'lib/v20191018/models.rb', line 711 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 |
# File 'lib/v20191018/models.rb', line 737 def deserialize(params) @Cmd = params['Cmd'] @Time = params['Time'] @TimeOffset = params['TimeOffset'] @Action = params['Action'] @Sid = params['Sid'] @UserName = params['UserName'] @Account = params['Account'] @InstanceId = params['InstanceId'] @FromIp = params['FromIp'] @SessionTime = params['SessionTime'] @SessTime = params['SessTime'] @ConfirmTime = params['ConfirmTime'] @UserDepartmentId = params['UserDepartmentId'] @UserDepartmentName = params['UserDepartmentName'] @DeviceDepartmentId = params['DeviceDepartmentId'] @DeviceDepartmentName = params['DeviceDepartmentName'] @Size = params['Size'] @SignValue = params['SignValue'] end |