Class: TencentCloud::Cls::V20201016::DescribeLogHistogramRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::DescribeLogHistogramRequest
- Defined in:
- lib/v20201016/models.rb
Overview
DescribeLogHistogram请求参数结构体
Instance Attribute Summary collapse
- #From ⇒ Object
- #Interval ⇒ Object
- #Query ⇒ Object
- #SyntaxRule ⇒ Object
- #To ⇒ Object
- #TopicId ⇒ Object
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.
8964 8965 8966 8967 8968 8969 8970 8971 |
# File 'lib/v20201016/models.rb', line 8964 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
8962 8963 8964 |
# File 'lib/v20201016/models.rb', line 8962 def From @From end |
#Interval ⇒ Object
8962 8963 8964 |
# File 'lib/v20201016/models.rb', line 8962 def Interval @Interval end |
#Query ⇒ Object
8962 8963 8964 |
# File 'lib/v20201016/models.rb', line 8962 def Query @Query end |
#SyntaxRule ⇒ Object
8962 8963 8964 |
# File 'lib/v20201016/models.rb', line 8962 def SyntaxRule @SyntaxRule end |
#To ⇒ Object
8962 8963 8964 |
# File 'lib/v20201016/models.rb', line 8962 def To @To end |
Instance Method Details
#deserialize(params) ⇒ Object
8973 8974 8975 8976 8977 8978 8979 8980 |
# File 'lib/v20201016/models.rb', line 8973 def deserialize(params) @From = params['From'] @To = params['To'] @Query = params['Query'] @TopicId = params['TopicId'] @Interval = params['Interval'] @SyntaxRule = params['SyntaxRule'] end |