Class: TencentCloud::Waf::V20180125::IpHitItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::IpHitItem
- Defined in:
- lib/v20180125/models.rb
Overview
ip封堵状态数据
Instance Attribute Summary collapse
- #Action ⇒ Object
- #Category ⇒ Object
- #Ip ⇒ Object
- #Name ⇒ Object
- #TsVersion ⇒ Object
- #ValidTs ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(action = nil, category = nil, ip = nil, name = nil, tsversion = nil, validts = nil) ⇒ IpHitItem
constructor
A new instance of IpHitItem.
Constructor Details
#initialize(action = nil, category = nil, ip = nil, name = nil, tsversion = nil, validts = nil) ⇒ IpHitItem
12820 12821 12822 12823 12824 12825 12826 12827 |
# File 'lib/v20180125/models.rb', line 12820 def initialize(action=nil, category=nil, ip=nil, name=nil, tsversion=nil, validts=nil) @Action = action @Category = category @Ip = ip @Name = name @TsVersion = tsversion @ValidTs = validts end |
Instance Attribute Details
#Action ⇒ Object
12818 12819 12820 |
# File 'lib/v20180125/models.rb', line 12818 def Action @Action end |
#Category ⇒ Object
12818 12819 12820 |
# File 'lib/v20180125/models.rb', line 12818 def Category @Category end |
#Ip ⇒ Object
12818 12819 12820 |
# File 'lib/v20180125/models.rb', line 12818 def Ip @Ip end |
#Name ⇒ Object
12818 12819 12820 |
# File 'lib/v20180125/models.rb', line 12818 def Name @Name end |
#TsVersion ⇒ Object
12818 12819 12820 |
# File 'lib/v20180125/models.rb', line 12818 def TsVersion @TsVersion end |
#ValidTs ⇒ Object
12818 12819 12820 |
# File 'lib/v20180125/models.rb', line 12818 def ValidTs @ValidTs end |
Instance Method Details
#deserialize(params) ⇒ Object
12829 12830 12831 12832 12833 12834 12835 12836 |
# File 'lib/v20180125/models.rb', line 12829 def deserialize(params) @Action = params['Action'] @Category = params['Category'] @Ip = params['Ip'] @Name = params['Name'] @TsVersion = params['TsVersion'] @ValidTs = params['ValidTs'] end |