Class: TencentCloud::Cwp::V20180228::DescribeBanStatusResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DescribeBanStatusResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeBanStatus返回参数结构体
Instance Attribute Summary collapse
- #BanBlackIp ⇒ Object
- #BanByRule ⇒ Object
- #BanVulIp ⇒ Object
- #OpenSmartMode ⇒ Object
- #RequestId ⇒ Object
- #ShowTips ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(status = nil, showtips = nil, opensmartmode = nil, banblackip = nil, banvulip = nil, banbyrule = nil, requestid = nil) ⇒ DescribeBanStatusResponse
constructor
A new instance of DescribeBanStatusResponse.
Constructor Details
#initialize(status = nil, showtips = nil, opensmartmode = nil, banblackip = nil, banvulip = nil, banbyrule = nil, requestid = nil) ⇒ DescribeBanStatusResponse
Returns a new instance of DescribeBanStatusResponse.
11577 11578 11579 11580 11581 11582 11583 11584 11585 |
# File 'lib/v20180228/models.rb', line 11577 def initialize(status=nil, showtips=nil, opensmartmode=nil, banblackip=nil, banvulip=nil, banbyrule=nil, requestid=nil) @Status = status @ShowTips = showtips @OpenSmartMode = opensmartmode @BanBlackIp = banblackip @BanVulIp = banvulip @BanByRule = banbyrule @RequestId = requestid end |
Instance Attribute Details
#BanBlackIp ⇒ Object
11575 11576 11577 |
# File 'lib/v20180228/models.rb', line 11575 def BanBlackIp @BanBlackIp end |
#BanByRule ⇒ Object
11575 11576 11577 |
# File 'lib/v20180228/models.rb', line 11575 def BanByRule @BanByRule end |
#BanVulIp ⇒ Object
11575 11576 11577 |
# File 'lib/v20180228/models.rb', line 11575 def BanVulIp @BanVulIp end |
#OpenSmartMode ⇒ Object
11575 11576 11577 |
# File 'lib/v20180228/models.rb', line 11575 def OpenSmartMode @OpenSmartMode end |
#RequestId ⇒ Object
11575 11576 11577 |
# File 'lib/v20180228/models.rb', line 11575 def RequestId @RequestId end |
#ShowTips ⇒ Object
11575 11576 11577 |
# File 'lib/v20180228/models.rb', line 11575 def ShowTips @ShowTips end |
#Status ⇒ Object
11575 11576 11577 |
# File 'lib/v20180228/models.rb', line 11575 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
11587 11588 11589 11590 11591 11592 11593 11594 11595 |
# File 'lib/v20180228/models.rb', line 11587 def deserialize(params) @Status = params['Status'] @ShowTips = params['ShowTips'] @OpenSmartMode = params['OpenSmartMode'] @BanBlackIp = params['BanBlackIp'] @BanVulIp = params['BanVulIp'] @BanByRule = params['BanByRule'] @RequestId = params['RequestId'] end |