Class: TencentCloud::Tat::V20201028::Scene
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tat::V20201028::Scene
- Defined in:
- lib/v20201028/models.rb
Overview
场景详情。
Instance Attribute Summary collapse
-
#CreatedBy ⇒ Object
- TAT:公共场景.
-
#CreatedTime ⇒ Object
- TAT:公共场景.
-
#SceneId ⇒ Object
- TAT:公共场景.
-
#SceneName ⇒ Object
- TAT:公共场景.
-
#UpdatedTime ⇒ Object
- TAT:公共场景.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sceneid = nil, scenename = nil, createdby = nil, createdtime = nil, updatedtime = nil) ⇒ Scene
constructor
A new instance of Scene.
Constructor Details
#initialize(sceneid = nil, scenename = nil, createdby = nil, createdtime = nil, updatedtime = nil) ⇒ Scene
Returns a new instance of Scene.
2659 2660 2661 2662 2663 2664 2665 |
# File 'lib/v20201028/models.rb', line 2659 def initialize(sceneid=nil, scenename=nil, createdby=nil, createdtime=nil, updatedtime=nil) @SceneId = sceneid @SceneName = scenename @CreatedBy = createdby @CreatedTime = createdtime @UpdatedTime = updatedtime end |
Instance Attribute Details
#CreatedBy ⇒ Object
- TAT:公共场景
2657 2658 2659 |
# File 'lib/v20201028/models.rb', line 2657 def CreatedBy @CreatedBy end |
#CreatedTime ⇒ Object
- TAT:公共场景
2657 2658 2659 |
# File 'lib/v20201028/models.rb', line 2657 def CreatedTime @CreatedTime end |
#SceneId ⇒ Object
- TAT:公共场景
2657 2658 2659 |
# File 'lib/v20201028/models.rb', line 2657 def SceneId @SceneId end |
#SceneName ⇒ Object
- TAT:公共场景
2657 2658 2659 |
# File 'lib/v20201028/models.rb', line 2657 def SceneName @SceneName end |
#UpdatedTime ⇒ Object
- TAT:公共场景
2657 2658 2659 |
# File 'lib/v20201028/models.rb', line 2657 def UpdatedTime @UpdatedTime end |
Instance Method Details
#deserialize(params) ⇒ Object
2667 2668 2669 2670 2671 2672 2673 |
# File 'lib/v20201028/models.rb', line 2667 def deserialize(params) @SceneId = params['SceneId'] @SceneName = params['SceneName'] @CreatedBy = params['CreatedBy'] @CreatedTime = params['CreatedTime'] @UpdatedTime = params['UpdatedTime'] end |