Class: TencentCloud::Iotvideoindustry::V20201201::SceneItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::SceneItem
- Defined in:
- lib/v20201201/models.rb
Overview
场景列表元素
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #IntId ⇒ Object
- #RecordDuration ⇒ Object
- #SceneName ⇒ Object
- #SceneTrigger ⇒ Object
- #StoreDuration ⇒ Object
- #Uin ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(intid = nil, uin = nil, scenename = nil, scenetrigger = nil, recordduration = nil, storeduration = nil, createtime = nil, updatetime = nil) ⇒ SceneItem
constructor
A new instance of SceneItem.
Constructor Details
#initialize(intid = nil, uin = nil, scenename = nil, scenetrigger = nil, recordduration = nil, storeduration = nil, createtime = nil, updatetime = nil) ⇒ SceneItem
Returns a new instance of SceneItem.
5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 |
# File 'lib/v20201201/models.rb', line 5853 def initialize(intid=nil, uin=nil, scenename=nil, scenetrigger=nil, recordduration=nil, storeduration=nil, createtime=nil, updatetime=nil) @IntId = intid @Uin = uin @SceneName = scenename @SceneTrigger = scenetrigger @RecordDuration = recordduration @StoreDuration = storeduration @CreateTime = createtime @UpdateTime = updatetime end |
Instance Attribute Details
#CreateTime ⇒ Object
5851 5852 5853 |
# File 'lib/v20201201/models.rb', line 5851 def CreateTime @CreateTime end |
#IntId ⇒ Object
5851 5852 5853 |
# File 'lib/v20201201/models.rb', line 5851 def IntId @IntId end |
#RecordDuration ⇒ Object
5851 5852 5853 |
# File 'lib/v20201201/models.rb', line 5851 def RecordDuration @RecordDuration end |
#SceneName ⇒ Object
5851 5852 5853 |
# File 'lib/v20201201/models.rb', line 5851 def SceneName @SceneName end |
#SceneTrigger ⇒ Object
5851 5852 5853 |
# File 'lib/v20201201/models.rb', line 5851 def SceneTrigger @SceneTrigger end |
#StoreDuration ⇒ Object
5851 5852 5853 |
# File 'lib/v20201201/models.rb', line 5851 def StoreDuration @StoreDuration end |
#Uin ⇒ Object
5851 5852 5853 |
# File 'lib/v20201201/models.rb', line 5851 def Uin @Uin end |
#UpdateTime ⇒ Object
5851 5852 5853 |
# File 'lib/v20201201/models.rb', line 5851 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 |
# File 'lib/v20201201/models.rb', line 5864 def deserialize(params) @IntId = params['IntId'] @Uin = params['Uin'] @SceneName = params['SceneName'] @SceneTrigger = params['SceneTrigger'] @RecordDuration = params['RecordDuration'] @StoreDuration = params['StoreDuration'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] end |