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.
37920 37921 37922 37923 37924 37925 |
# File 'lib/v20180228/models.rb', line 37920 def initialize(title=nil, level=nil, time=nil, id=nil) @Title = title @Level = level @Time = time @Id = id end |
Instance Attribute Details
#Id ⇒ Object
37918 37919 37920 |
# File 'lib/v20180228/models.rb', line 37918 def Id @Id end |
#Level ⇒ Object
37918 37919 37920 |
# File 'lib/v20180228/models.rb', line 37918 def Level @Level end |
#Time ⇒ Object
37918 37919 37920 |
# File 'lib/v20180228/models.rb', line 37918 def Time @Time end |
#Title ⇒ Object
37918 37919 37920 |
# File 'lib/v20180228/models.rb', line 37918 def Title @Title end |
Instance Method Details
#deserialize(params) ⇒ Object
37927 37928 37929 37930 37931 37932 |
# File 'lib/v20180228/models.rb', line 37927 def deserialize(params) @Title = params['Title'] @Level = params['Level'] @Time = params['Time'] @Id = params['Id'] end |