Class: TencentCloud::Waf::V20180125::ModifyBotStatusResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::ModifyBotStatusResponse
- Defined in:
- lib/v20180125/models.rb
Overview
ModifyBotStatus返回参数结构体
Instance Attribute Summary collapse
- #Count ⇒ Object
- #Data ⇒ Object
- #FailDomainList ⇒ Object
- #RequestId ⇒ Object
- #UnSupportedList ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, unsupportedlist = nil, faildomainlist = nil, count = nil, requestid = nil) ⇒ ModifyBotStatusResponse
constructor
A new instance of ModifyBotStatusResponse.
Constructor Details
#initialize(data = nil, unsupportedlist = nil, faildomainlist = nil, count = nil, requestid = nil) ⇒ ModifyBotStatusResponse
Returns a new instance of ModifyBotStatusResponse.
14728 14729 14730 14731 14732 14733 14734 |
# File 'lib/v20180125/models.rb', line 14728 def initialize(data=nil, unsupportedlist=nil, faildomainlist=nil, count=nil, requestid=nil) @Data = data @UnSupportedList = unsupportedlist @FailDomainList = faildomainlist @Count = count @RequestId = requestid end |
Instance Attribute Details
#Count ⇒ Object
14726 14727 14728 |
# File 'lib/v20180125/models.rb', line 14726 def Count @Count end |
#Data ⇒ Object
14726 14727 14728 |
# File 'lib/v20180125/models.rb', line 14726 def Data @Data end |
#FailDomainList ⇒ Object
14726 14727 14728 |
# File 'lib/v20180125/models.rb', line 14726 def FailDomainList @FailDomainList end |
#RequestId ⇒ Object
14726 14727 14728 |
# File 'lib/v20180125/models.rb', line 14726 def RequestId @RequestId end |
#UnSupportedList ⇒ Object
14726 14727 14728 |
# File 'lib/v20180125/models.rb', line 14726 def UnSupportedList @UnSupportedList end |
Instance Method Details
#deserialize(params) ⇒ Object
14736 14737 14738 14739 14740 14741 14742 |
# File 'lib/v20180125/models.rb', line 14736 def deserialize(params) @Data = params['Data'] @UnSupportedList = params['UnSupportedList'] @FailDomainList = params['FailDomainList'] @Count = params['Count'] @RequestId = params['RequestId'] end |