Class: TencentCloud::Cwp::V20180228::SearchTemplate
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::SearchTemplate
- Defined in:
- lib/v20180228/models.rb
Overview
快速搜索模板
Instance Attribute Summary collapse
- #Condition ⇒ Object
- #DisplayData ⇒ Object
- #Flag ⇒ Object
- #Id ⇒ Object
- #LogType ⇒ Object
- #Name ⇒ Object
- #Query ⇒ Object
- #TimeRange ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, logtype = nil, condition = nil, timerange = nil, query = nil, flag = nil, displaydata = nil, id = nil) ⇒ SearchTemplate
constructor
A new instance of SearchTemplate.
Constructor Details
#initialize(name = nil, logtype = nil, condition = nil, timerange = nil, query = nil, flag = nil, displaydata = nil, id = nil) ⇒ SearchTemplate
Returns a new instance of SearchTemplate.
38899 38900 38901 38902 38903 38904 38905 38906 38907 38908 |
# File 'lib/v20180228/models.rb', line 38899 def initialize(name=nil, logtype=nil, condition=nil, timerange=nil, query=nil, flag=nil, displaydata=nil, id=nil) @Name = name @LogType = logtype @Condition = condition @TimeRange = timerange @Query = query @Flag = flag @DisplayData = displaydata @Id = id end |
Instance Attribute Details
#Condition ⇒ Object
38897 38898 38899 |
# File 'lib/v20180228/models.rb', line 38897 def Condition @Condition end |
#DisplayData ⇒ Object
38897 38898 38899 |
# File 'lib/v20180228/models.rb', line 38897 def DisplayData @DisplayData end |
#Flag ⇒ Object
38897 38898 38899 |
# File 'lib/v20180228/models.rb', line 38897 def Flag @Flag end |
#Id ⇒ Object
38897 38898 38899 |
# File 'lib/v20180228/models.rb', line 38897 def Id @Id end |
#LogType ⇒ Object
38897 38898 38899 |
# File 'lib/v20180228/models.rb', line 38897 def LogType @LogType end |
#Name ⇒ Object
38897 38898 38899 |
# File 'lib/v20180228/models.rb', line 38897 def Name @Name end |
#Query ⇒ Object
38897 38898 38899 |
# File 'lib/v20180228/models.rb', line 38897 def Query @Query end |
#TimeRange ⇒ Object
38897 38898 38899 |
# File 'lib/v20180228/models.rb', line 38897 def TimeRange @TimeRange end |
Instance Method Details
#deserialize(params) ⇒ Object
38910 38911 38912 38913 38914 38915 38916 38917 38918 38919 |
# File 'lib/v20180228/models.rb', line 38910 def deserialize(params) @Name = params['Name'] @LogType = params['LogType'] @Condition = params['Condition'] @TimeRange = params['TimeRange'] @Query = params['Query'] @Flag = params['Flag'] @DisplayData = params['DisplayData'] @Id = params['Id'] end |