Class: TencentCloud::Iotexplorer::V20190423::InvokeVideosKeywordsAnalyzerRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::InvokeVideosKeywordsAnalyzerRequest
- Defined in:
- lib/v20190423/models.rb
Overview
InvokeVideosKeywordsAnalyzer请求参数结构体
Instance Attribute Summary collapse
-
#DeviceName ⇒ Object
注: 1.
-
#EndTimeMs ⇒ Object
注: 1.
-
#KeywordsMaxNum ⇒ Object
注: 1.
-
#ProductId ⇒ Object
注: 1.
-
#StartTimeMs ⇒ Object
注: 1.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil, starttimems = nil, endtimems = nil, keywordsmaxnum = nil) ⇒ InvokeVideosKeywordsAnalyzerRequest
constructor
A new instance of InvokeVideosKeywordsAnalyzerRequest.
Constructor Details
#initialize(productid = nil, devicename = nil, starttimems = nil, endtimems = nil, keywordsmaxnum = nil) ⇒ InvokeVideosKeywordsAnalyzerRequest
Returns a new instance of InvokeVideosKeywordsAnalyzerRequest.
10038 10039 10040 10041 10042 10043 10044 |
# File 'lib/v20190423/models.rb', line 10038 def initialize(productid=nil, devicename=nil, starttimems=nil, endtimems=nil, keywordsmaxnum=nil) @ProductId = productid @DeviceName = devicename @StartTimeMs = starttimems @EndTimeMs = endtimems @KeywordsMaxNum = keywordsmaxnum end |
Instance Attribute Details
#DeviceName ⇒ Object
注:
-
单位为毫秒(ms)
-
时间区间必须控制在某一个自然天内,不支持跨天
10036 10037 10038 |
# File 'lib/v20190423/models.rb', line 10036 def DeviceName @DeviceName end |
#EndTimeMs ⇒ Object
注:
-
单位为毫秒(ms)
-
时间区间必须控制在某一个自然天内,不支持跨天
10036 10037 10038 |
# File 'lib/v20190423/models.rb', line 10036 def EndTimeMs @EndTimeMs end |
#KeywordsMaxNum ⇒ Object
注:
-
单位为毫秒(ms)
-
时间区间必须控制在某一个自然天内,不支持跨天
10036 10037 10038 |
# File 'lib/v20190423/models.rb', line 10036 def KeywordsMaxNum @KeywordsMaxNum end |
#ProductId ⇒ Object
注:
-
单位为毫秒(ms)
-
时间区间必须控制在某一个自然天内,不支持跨天
10036 10037 10038 |
# File 'lib/v20190423/models.rb', line 10036 def ProductId @ProductId end |
#StartTimeMs ⇒ Object
注:
-
单位为毫秒(ms)
-
时间区间必须控制在某一个自然天内,不支持跨天
10036 10037 10038 |
# File 'lib/v20190423/models.rb', line 10036 def StartTimeMs @StartTimeMs end |
Instance Method Details
#deserialize(params) ⇒ Object
10046 10047 10048 10049 10050 10051 10052 |
# File 'lib/v20190423/models.rb', line 10046 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @StartTimeMs = params['StartTimeMs'] @EndTimeMs = params['EndTimeMs'] @KeywordsMaxNum = params['KeywordsMaxNum'] end |