Class: TencentCloud::Waf::V20180125::DescribeAttackOverviewRequest

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

Overview

DescribeAttackOverview请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fromtime = nil, totime = nil, appid = nil, domain = nil, edition = nil, instanceid = nil) ⇒ DescribeAttackOverviewRequest



6018
6019
6020
6021
6022
6023
6024
6025
# File 'lib/v20180125/models.rb', line 6018

def initialize(fromtime=nil, totime=nil, appid=nil, domain=nil, edition=nil, instanceid=nil)
  @FromTime = fromtime
  @ToTime = totime
  @Appid = appid
  @Domain = domain
  @Edition = edition
  @InstanceID = instanceid
end

Instance Attribute Details

#AppidObject



6016
6017
6018
# File 'lib/v20180125/models.rb', line 6016

def Appid
  @Appid
end

#DomainObject



6016
6017
6018
# File 'lib/v20180125/models.rb', line 6016

def Domain
  @Domain
end

#EditionObject



6016
6017
6018
# File 'lib/v20180125/models.rb', line 6016

def Edition
  @Edition
end

#FromTimeObject



6016
6017
6018
# File 'lib/v20180125/models.rb', line 6016

def FromTime
  @FromTime
end

#InstanceIDObject



6016
6017
6018
# File 'lib/v20180125/models.rb', line 6016

def InstanceID
  @InstanceID
end

#ToTimeObject



6016
6017
6018
# File 'lib/v20180125/models.rb', line 6016

def ToTime
  @ToTime
end

Instance Method Details

#deserialize(params) ⇒ Object



6027
6028
6029
6030
6031
6032
6033
6034
# File 'lib/v20180125/models.rb', line 6027

def deserialize(params)
  @FromTime = params['FromTime']
  @ToTime = params['ToTime']
  @Appid = params['Appid']
  @Domain = params['Domain']
  @Edition = params['Edition']
  @InstanceID = params['InstanceID']
end