Class: TencentCloud::Cwp::V20180228::ScreenEmergentMsg
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ScreenEmergentMsg
- Defined in:
- lib/v20180228/models.rb
Overview
大屏可视化紧急通知
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(title = nil, text = nil, type = nil) ⇒ ScreenEmergentMsg
constructor
A new instance of ScreenEmergentMsg.
Constructor Details
#initialize(title = nil, text = nil, type = nil) ⇒ ScreenEmergentMsg
Returns a new instance of ScreenEmergentMsg.
38384 38385 38386 38387 38388 |
# File 'lib/v20180228/models.rb', line 38384 def initialize(title=nil, text=nil, type=nil) @Title = title @Text = text @Type = type end |
Instance Attribute Details
#Text ⇒ Object
38382 38383 38384 |
# File 'lib/v20180228/models.rb', line 38382 def Text @Text end |
#Title ⇒ Object
38382 38383 38384 |
# File 'lib/v20180228/models.rb', line 38382 def Title @Title end |
#Type ⇒ Object
38382 38383 38384 |
# File 'lib/v20180228/models.rb', line 38382 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
38390 38391 38392 38393 38394 |
# File 'lib/v20180228/models.rb', line 38390 def deserialize(params) @Title = params['Title'] @Text = params['Text'] @Type = params['Type'] end |