Class: TencentCloud::Waf::V20180125::DescribeLogHistogramRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::DescribeLogHistogramRequest
- Defined in:
- lib/v20180125/models.rb
Overview
DescribeLogHistogram请求参数结构体
Instance Attribute Summary collapse
-
#From ⇒ Object
0:Lucene语法,1:CQL语法。 详细说明参见<a href=“cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules” target=“_blank”>检索条件语法规则</a>.
-
#Interval ⇒ Object
0:Lucene语法,1:CQL语法。 详细说明参见<a href=“cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules” target=“_blank”>检索条件语法规则</a>.
-
#Query ⇒ Object
0:Lucene语法,1:CQL语法。 详细说明参见<a href=“cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules” target=“_blank”>检索条件语法规则</a>.
-
#SyntaxRule ⇒ Object
0:Lucene语法,1:CQL语法。 详细说明参见<a href=“cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules” target=“_blank”>检索条件语法规则</a>.
-
#To ⇒ Object
0:Lucene语法,1:CQL语法。 详细说明参见<a href=“cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules” target=“_blank”>检索条件语法规则</a>.
-
#TopicId ⇒ Object
0:Lucene语法,1:CQL语法。 详细说明参见<a href=“cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules” target=“_blank”>检索条件语法规则</a>.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(from = nil, to = nil, query = nil, topicid = nil, interval = nil, syntaxrule = nil) ⇒ DescribeLogHistogramRequest
constructor
A new instance of DescribeLogHistogramRequest.
Constructor Details
#initialize(from = nil, to = nil, query = nil, topicid = nil, interval = nil, syntaxrule = nil) ⇒ DescribeLogHistogramRequest
Returns a new instance of DescribeLogHistogramRequest.
8221 8222 8223 8224 8225 8226 8227 8228 |
# File 'lib/v20180125/models.rb', line 8221 def initialize(from=nil, to=nil, query=nil, topicid=nil, interval=nil, syntaxrule=nil) @From = from @To = to @Query = query @TopicId = topicid @Interval = interval @SyntaxRule = syntaxrule end |
Instance Attribute Details
#From ⇒ Object
0:Lucene语法,1:CQL语法。详细说明参见<a href=“cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules” target=“_blank”>检索条件语法规则</a>
8219 8220 8221 |
# File 'lib/v20180125/models.rb', line 8219 def From @From end |
#Interval ⇒ Object
0:Lucene语法,1:CQL语法。详细说明参见<a href=“cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules” target=“_blank”>检索条件语法规则</a>
8219 8220 8221 |
# File 'lib/v20180125/models.rb', line 8219 def Interval @Interval end |
#Query ⇒ Object
0:Lucene语法,1:CQL语法。详细说明参见<a href=“cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules” target=“_blank”>检索条件语法规则</a>
8219 8220 8221 |
# File 'lib/v20180125/models.rb', line 8219 def Query @Query end |
#SyntaxRule ⇒ Object
0:Lucene语法,1:CQL语法。详细说明参见<a href=“cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules” target=“_blank”>检索条件语法规则</a>
8219 8220 8221 |
# File 'lib/v20180125/models.rb', line 8219 def SyntaxRule @SyntaxRule end |
#To ⇒ Object
0:Lucene语法,1:CQL语法。详细说明参见<a href=“cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules” target=“_blank”>检索条件语法规则</a>
8219 8220 8221 |
# File 'lib/v20180125/models.rb', line 8219 def To @To end |
#TopicId ⇒ Object
0:Lucene语法,1:CQL语法。详细说明参见<a href=“cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules” target=“_blank”>检索条件语法规则</a>
8219 8220 8221 |
# File 'lib/v20180125/models.rb', line 8219 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
8230 8231 8232 8233 8234 8235 8236 8237 |
# File 'lib/v20180125/models.rb', line 8230 def deserialize(params) @From = params['From'] @To = params['To'] @Query = params['Query'] @TopicId = params['TopicId'] @Interval = params['Interval'] @SyntaxRule = params['SyntaxRule'] end |