Class: TencentCloud::Cwp::V20180228::DescribeFastAnalysisRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180228/models.rb

Overview

DescribeFastAnalysis请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(from = nil, to = nil, query = nil, fieldname = nil) ⇒ DescribeFastAnalysisRequest

Returns a new instance of DescribeFastAnalysisRequest.



14728
14729
14730
14731
14732
14733
# File 'lib/v20180228/models.rb', line 14728

def initialize(from=nil, to=nil, query=nil, fieldname=nil)
  @From = from
  @To = to
  @Query = query
  @FieldName = fieldname
end

Instance Attribute Details

#FieldNameObject

Parameters:

  • From:

    起始时间,单位ms

  • To:

    结束时间,单位ms

  • Query:

    查询语句,语句长度最大为4096

  • FieldName:

    日志字段名称



14726
14727
14728
# File 'lib/v20180228/models.rb', line 14726

def FieldName
  @FieldName
end

#FromObject

Parameters:

  • From:

    起始时间,单位ms

  • To:

    结束时间,单位ms

  • Query:

    查询语句,语句长度最大为4096

  • FieldName:

    日志字段名称



14726
14727
14728
# File 'lib/v20180228/models.rb', line 14726

def From
  @From
end

#QueryObject

Parameters:

  • From:

    起始时间,单位ms

  • To:

    结束时间,单位ms

  • Query:

    查询语句,语句长度最大为4096

  • FieldName:

    日志字段名称



14726
14727
14728
# File 'lib/v20180228/models.rb', line 14726

def Query
  @Query
end

#ToObject

Parameters:

  • From:

    起始时间,单位ms

  • To:

    结束时间,单位ms

  • Query:

    查询语句,语句长度最大为4096

  • FieldName:

    日志字段名称



14726
14727
14728
# File 'lib/v20180228/models.rb', line 14726

def To
  @To
end

Instance Method Details

#deserialize(params) ⇒ Object



14735
14736
14737
14738
14739
14740
# File 'lib/v20180228/models.rb', line 14735

def deserialize(params)
  @From = params['From']
  @To = params['To']
  @Query = params['Query']
  @FieldName = params['FieldName']
end