Class: TencentCloud::Waf::V20180125::DescribeCCRuleRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::DescribeCCRuleRequest
- Defined in:
- lib/v20180125/models.rb
Overview
DescribeCCRule请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domain = nil, offset = nil, limit = nil, sort = nil, edition = nil, name = nil) ⇒ DescribeCCRuleRequest
constructor
A new instance of DescribeCCRuleRequest.
Constructor Details
#initialize(domain = nil, offset = nil, limit = nil, sort = nil, edition = nil, name = nil) ⇒ DescribeCCRuleRequest
Returns a new instance of DescribeCCRuleRequest.
6738 6739 6740 6741 6742 6743 6744 6745 |
# File 'lib/v20180125/models.rb', line 6738 def initialize(domain=nil, offset=nil, limit=nil, sort=nil, edition=nil, name=nil) @Domain = domain @Offset = offset @Limit = limit @Sort = sort @Edition = edition @Name = name end |
Instance Attribute Details
#Domain ⇒ Object
6736 6737 6738 |
# File 'lib/v20180125/models.rb', line 6736 def Domain @Domain end |
#Edition ⇒ Object
6736 6737 6738 |
# File 'lib/v20180125/models.rb', line 6736 def Edition @Edition end |
#Limit ⇒ Object
6736 6737 6738 |
# File 'lib/v20180125/models.rb', line 6736 def Limit @Limit end |
#Name ⇒ Object
6736 6737 6738 |
# File 'lib/v20180125/models.rb', line 6736 def Name @Name end |
#Offset ⇒ Object
6736 6737 6738 |
# File 'lib/v20180125/models.rb', line 6736 def Offset @Offset end |
#Sort ⇒ Object
6736 6737 6738 |
# File 'lib/v20180125/models.rb', line 6736 def Sort @Sort end |
Instance Method Details
#deserialize(params) ⇒ Object
6747 6748 6749 6750 6751 6752 6753 6754 |
# File 'lib/v20180125/models.rb', line 6747 def deserialize(params) @Domain = params['Domain'] @Offset = params['Offset'] @Limit = params['Limit'] @Sort = params['Sort'] @Edition = params['Edition'] @Name = params['Name'] end |