Class: TencentCloud::Iotexplorer::V20190423::TargetInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::TargetInfo
- Defined in:
- lib/v20190423/models.rb
Overview
视频语义搜索结果
Instance Attribute Summary collapse
- #ChannelId ⇒ Object
- #DeviceName ⇒ Object
- #EndTimeMs ⇒ Object
- #EventId ⇒ Object
- #Id ⇒ Object
- #ProductId ⇒ Object
- #StartTimeMs ⇒ Object
- #Summary ⇒ Object
- #Thumbnail ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, productid = nil, devicename = nil, starttimems = nil, endtimems = nil, eventid = nil, summary = nil, channelid = nil, thumbnail = nil) ⇒ TargetInfo
constructor
A new instance of TargetInfo.
Constructor Details
#initialize(id = nil, productid = nil, devicename = nil, starttimems = nil, endtimems = nil, eventid = nil, summary = nil, channelid = nil, thumbnail = nil) ⇒ TargetInfo
Returns a new instance of TargetInfo.
13840 13841 13842 13843 13844 13845 13846 13847 13848 13849 13850 |
# File 'lib/v20190423/models.rb', line 13840 def initialize(id=nil, productid=nil, devicename=nil, starttimems=nil, endtimems=nil, eventid=nil, summary=nil, channelid=nil, thumbnail=nil) @Id = id @ProductId = productid @DeviceName = devicename @StartTimeMs = starttimems @EndTimeMs = endtimems @EventId = eventid @Summary = summary @ChannelId = channelid @Thumbnail = thumbnail end |
Instance Attribute Details
#ChannelId ⇒ Object
13838 13839 13840 |
# File 'lib/v20190423/models.rb', line 13838 def ChannelId @ChannelId end |
#DeviceName ⇒ Object
13838 13839 13840 |
# File 'lib/v20190423/models.rb', line 13838 def DeviceName @DeviceName end |
#EndTimeMs ⇒ Object
13838 13839 13840 |
# File 'lib/v20190423/models.rb', line 13838 def EndTimeMs @EndTimeMs end |
#EventId ⇒ Object
13838 13839 13840 |
# File 'lib/v20190423/models.rb', line 13838 def EventId @EventId end |
#Id ⇒ Object
13838 13839 13840 |
# File 'lib/v20190423/models.rb', line 13838 def Id @Id end |
#ProductId ⇒ Object
13838 13839 13840 |
# File 'lib/v20190423/models.rb', line 13838 def ProductId @ProductId end |
#StartTimeMs ⇒ Object
13838 13839 13840 |
# File 'lib/v20190423/models.rb', line 13838 def StartTimeMs @StartTimeMs end |
#Summary ⇒ Object
13838 13839 13840 |
# File 'lib/v20190423/models.rb', line 13838 def Summary @Summary end |
#Thumbnail ⇒ Object
13838 13839 13840 |
# File 'lib/v20190423/models.rb', line 13838 def Thumbnail @Thumbnail end |
Instance Method Details
#deserialize(params) ⇒ Object
13852 13853 13854 13855 13856 13857 13858 13859 13860 13861 13862 |
# File 'lib/v20190423/models.rb', line 13852 def deserialize(params) @Id = params['Id'] @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @StartTimeMs = params['StartTimeMs'] @EndTimeMs = params['EndTimeMs'] @EventId = params['EventId'] @Summary = params['Summary'] @ChannelId = params['ChannelId'] @Thumbnail = params['Thumbnail'] end |