Class: TencentCloud::Cls::V20201016::CreateExportRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::CreateExportRequest
- Defined in:
- lib/v20201016/models.rb
Overview
CreateExport请求参数结构体
Instance Attribute Summary collapse
-
#Count ⇒ Object
- 通过获取日志主题列表获取日志主题Id。 0:Lucene语法,1:CQL语法。.
-
#DerivedFields ⇒ Object
- 通过获取日志主题列表获取日志主题Id。 0:Lucene语法,1:CQL语法。.
-
#Format ⇒ Object
- 通过获取日志主题列表获取日志主题Id。 0:Lucene语法,1:CQL语法。.
-
#From ⇒ Object
- 通过获取日志主题列表获取日志主题Id。 0:Lucene语法,1:CQL语法。.
-
#Order ⇒ Object
- 通过获取日志主题列表获取日志主题Id。 0:Lucene语法,1:CQL语法。.
-
#Query ⇒ Object
- 通过获取日志主题列表获取日志主题Id。 0:Lucene语法,1:CQL语法。.
-
#SyntaxRule ⇒ Object
- 通过获取日志主题列表获取日志主题Id。 0:Lucene语法,1:CQL语法。.
-
#To ⇒ Object
- 通过获取日志主题列表获取日志主题Id。 0:Lucene语法,1:CQL语法。.
-
#TopicId ⇒ Object
- 通过获取日志主题列表获取日志主题Id。 0:Lucene语法,1:CQL语法。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicid = nil, count = nil, query = nil, from = nil, to = nil, order = nil, format = nil, syntaxrule = nil, derivedfields = nil) ⇒ CreateExportRequest
constructor
A new instance of CreateExportRequest.
Constructor Details
#initialize(topicid = nil, count = nil, query = nil, from = nil, to = nil, order = nil, format = nil, syntaxrule = nil, derivedfields = nil) ⇒ CreateExportRequest
Returns a new instance of CreateExportRequest.
3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 |
# File 'lib/v20201016/models.rb', line 3772 def initialize(topicid=nil, count=nil, query=nil, from=nil, to=nil, order=nil, format=nil, syntaxrule=nil, derivedfields=nil) @TopicId = topicid @Count = count @Query = query @From = from @To = to @Order = order @Format = format @SyntaxRule = syntaxrule @DerivedFields = derivedfields end |
Instance Attribute Details
#Count ⇒ Object
- 通过获取日志主题列表获取日志主题Id。 0:Lucene语法,1:CQL语法。
3770 3771 3772 |
# File 'lib/v20201016/models.rb', line 3770 def Count @Count end |
#DerivedFields ⇒ Object
- 通过获取日志主题列表获取日志主题Id。 0:Lucene语法,1:CQL语法。
3770 3771 3772 |
# File 'lib/v20201016/models.rb', line 3770 def DerivedFields @DerivedFields end |
#Format ⇒ Object
- 通过获取日志主题列表获取日志主题Id。 0:Lucene语法,1:CQL语法。
3770 3771 3772 |
# File 'lib/v20201016/models.rb', line 3770 def Format @Format end |
#From ⇒ Object
- 通过获取日志主题列表获取日志主题Id。 0:Lucene语法,1:CQL语法。
3770 3771 3772 |
# File 'lib/v20201016/models.rb', line 3770 def From @From end |
#Order ⇒ Object
- 通过获取日志主题列表获取日志主题Id。 0:Lucene语法,1:CQL语法。
3770 3771 3772 |
# File 'lib/v20201016/models.rb', line 3770 def Order @Order end |
#Query ⇒ Object
- 通过获取日志主题列表获取日志主题Id。 0:Lucene语法,1:CQL语法。
3770 3771 3772 |
# File 'lib/v20201016/models.rb', line 3770 def Query @Query end |
#SyntaxRule ⇒ Object
- 通过获取日志主题列表获取日志主题Id。 0:Lucene语法,1:CQL语法。
3770 3771 3772 |
# File 'lib/v20201016/models.rb', line 3770 def SyntaxRule @SyntaxRule end |
#To ⇒ Object
- 通过获取日志主题列表获取日志主题Id。 0:Lucene语法,1:CQL语法。
3770 3771 3772 |
# File 'lib/v20201016/models.rb', line 3770 def To @To end |
#TopicId ⇒ Object
- 通过获取日志主题列表获取日志主题Id。 0:Lucene语法,1:CQL语法。
3770 3771 3772 |
# File 'lib/v20201016/models.rb', line 3770 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 |
# File 'lib/v20201016/models.rb', line 3784 def deserialize(params) @TopicId = params['TopicId'] @Count = params['Count'] @Query = params['Query'] @From = params['From'] @To = params['To'] @Order = params['Order'] @Format = params['Format'] @SyntaxRule = params['SyntaxRule'] @DerivedFields = params['DerivedFields'] end |