Class: TencentCloud::Waf::V20180125::DescribeAttackOverviewRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::DescribeAttackOverviewRequest
- Defined in:
- lib/v20180125/models.rb
Overview
DescribeAttackOverview请求参数结构体
Instance Attribute Summary collapse
- #Appid ⇒ Object
- #Domain ⇒ Object
- #Edition ⇒ Object
- #FromTime ⇒ Object
- #InstanceID ⇒ Object
- #ToTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(fromtime = nil, totime = nil, appid = nil, domain = nil, edition = nil, instanceid = nil) ⇒ DescribeAttackOverviewRequest
constructor
A new instance of DescribeAttackOverviewRequest.
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
#Appid ⇒ Object
6016 6017 6018 |
# File 'lib/v20180125/models.rb', line 6016 def Appid @Appid end |
#Domain ⇒ Object
6016 6017 6018 |
# File 'lib/v20180125/models.rb', line 6016 def Domain @Domain end |
#Edition ⇒ Object
6016 6017 6018 |
# File 'lib/v20180125/models.rb', line 6016 def Edition @Edition end |
#FromTime ⇒ Object
6016 6017 6018 |
# File 'lib/v20180125/models.rb', line 6016 def FromTime @FromTime end |
#InstanceID ⇒ Object
6016 6017 6018 |
# File 'lib/v20180125/models.rb', line 6016 def InstanceID @InstanceID end |
#ToTime ⇒ Object
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 |