Class: TencentCloud::Dasb::V20191018::SearchFileResult

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20191018/models.rb

Overview

文件传输检索结果

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(time = nil, username = nil, realname = nil, instanceid = nil, devicename = nil, publicip = nil, privateip = nil, action = nil, method = nil, filecurr = nil, filenew = nil, signvalue = nil) ⇒ SearchFileResult



4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
# File 'lib/v20191018/models.rb', line 4962

def initialize(time=nil, username=nil, realname=nil, instanceid=nil, devicename=nil, publicip=nil, privateip=nil, action=nil, method=nil, filecurr=nil, filenew=nil, signvalue=nil)
  @Time = time
  @UserName = username
  @RealName = realname
  @InstanceId = instanceid
  @DeviceName = devicename
  @PublicIp = publicip
  @PrivateIp = privateip
  @Action = action
  @Method = method
  @FileCurr = filecurr
  @FileNew = filenew
  @SignValue = signvalue
end

Instance Attribute Details

#ActionObject



4960
4961
4962
# File 'lib/v20191018/models.rb', line 4960

def Action
  @Action
end

#DeviceNameObject



4960
4961
4962
# File 'lib/v20191018/models.rb', line 4960

def DeviceName
  @DeviceName
end

#FileCurrObject



4960
4961
4962
# File 'lib/v20191018/models.rb', line 4960

def FileCurr
  @FileCurr
end

#FileNewObject



4960
4961
4962
# File 'lib/v20191018/models.rb', line 4960

def FileNew
  @FileNew
end

#InstanceIdObject



4960
4961
4962
# File 'lib/v20191018/models.rb', line 4960

def InstanceId
  @InstanceId
end

#MethodObject



4960
4961
4962
# File 'lib/v20191018/models.rb', line 4960

def Method
  @Method
end

#PrivateIpObject



4960
4961
4962
# File 'lib/v20191018/models.rb', line 4960

def PrivateIp
  @PrivateIp
end

#PublicIpObject



4960
4961
4962
# File 'lib/v20191018/models.rb', line 4960

def PublicIp
  @PublicIp
end

#RealNameObject



4960
4961
4962
# File 'lib/v20191018/models.rb', line 4960

def RealName
  @RealName
end

#SignValueObject



4960
4961
4962
# File 'lib/v20191018/models.rb', line 4960

def SignValue
  @SignValue
end

#TimeObject



4960
4961
4962
# File 'lib/v20191018/models.rb', line 4960

def Time
  @Time
end

#UserNameObject



4960
4961
4962
# File 'lib/v20191018/models.rb', line 4960

def UserName
  @UserName
end

Instance Method Details

#deserialize(params) ⇒ Object



4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
# File 'lib/v20191018/models.rb', line 4977

def deserialize(params)
  @Time = params['Time']
  @UserName = params['UserName']
  @RealName = params['RealName']
  @InstanceId = params['InstanceId']
  @DeviceName = params['DeviceName']
  @PublicIp = params['PublicIp']
  @PrivateIp = params['PrivateIp']
  @Action = params['Action']
  @Method = params['Method']
  @FileCurr = params['FileCurr']
  @FileNew = params['FileNew']
  @SignValue = params['SignValue']
end