Class: TencentCloud::Cwp::V20180228::ScreenBroadcasts
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ScreenBroadcasts
- Defined in:
- lib/v20180228/models.rb
Overview
大屏可视化安全播报内容
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(title = nil, level = nil, time = nil, id = nil) ⇒ ScreenBroadcasts
constructor
A new instance of ScreenBroadcasts.
Constructor Details
#initialize(title = nil, level = nil, time = nil, id = nil) ⇒ ScreenBroadcasts
Returns a new instance of ScreenBroadcasts.
38306 38307 38308 38309 38310 38311 |
# File 'lib/v20180228/models.rb', line 38306 def initialize(title=nil, level=nil, time=nil, id=nil) @Title = title @Level = level @Time = time @Id = id end |
Instance Attribute Details
#Id ⇒ Object
38304 38305 38306 |
# File 'lib/v20180228/models.rb', line 38304 def Id @Id end |
#Level ⇒ Object
38304 38305 38306 |
# File 'lib/v20180228/models.rb', line 38304 def Level @Level end |
#Time ⇒ Object
38304 38305 38306 |
# File 'lib/v20180228/models.rb', line 38304 def Time @Time end |
#Title ⇒ Object
38304 38305 38306 |
# File 'lib/v20180228/models.rb', line 38304 def Title @Title end |
Instance Method Details
#deserialize(params) ⇒ Object
38313 38314 38315 38316 38317 38318 |
# File 'lib/v20180228/models.rb', line 38313 def deserialize(params) @Title = params['Title'] @Level = params['Level'] @Time = params['Time'] @Id = params['Id'] end |