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.
13870 13871 13872 13873 13874 13875 13876 13877 13878 13879 13880 |
# File 'lib/v20190423/models.rb', line 13870 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
13868 13869 13870 |
# File 'lib/v20190423/models.rb', line 13868 def ChannelId @ChannelId end |
#DeviceName ⇒ Object
13868 13869 13870 |
# File 'lib/v20190423/models.rb', line 13868 def DeviceName @DeviceName end |
#EndTimeMs ⇒ Object
13868 13869 13870 |
# File 'lib/v20190423/models.rb', line 13868 def EndTimeMs @EndTimeMs end |
#EventId ⇒ Object
13868 13869 13870 |
# File 'lib/v20190423/models.rb', line 13868 def EventId @EventId end |
#Id ⇒ Object
13868 13869 13870 |
# File 'lib/v20190423/models.rb', line 13868 def Id @Id end |
#ProductId ⇒ Object
13868 13869 13870 |
# File 'lib/v20190423/models.rb', line 13868 def ProductId @ProductId end |
#StartTimeMs ⇒ Object
13868 13869 13870 |
# File 'lib/v20190423/models.rb', line 13868 def StartTimeMs @StartTimeMs end |
#Summary ⇒ Object
13868 13869 13870 |
# File 'lib/v20190423/models.rb', line 13868 def Summary @Summary end |
#Thumbnail ⇒ Object
13868 13869 13870 |
# File 'lib/v20190423/models.rb', line 13868 def Thumbnail @Thumbnail end |
Instance Method Details
#deserialize(params) ⇒ Object
13882 13883 13884 13885 13886 13887 13888 13889 13890 13891 13892 |
# File 'lib/v20190423/models.rb', line 13882 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 |