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.
37998 37999 38000 38001 38002 |
# File 'lib/v20180228/models.rb', line 37998 def initialize(title=nil, text=nil, type=nil) @Title = title @Text = text @Type = type end |
Instance Attribute Details
#Text ⇒ Object
37996 37997 37998 |
# File 'lib/v20180228/models.rb', line 37996 def Text @Text end |
#Title ⇒ Object
37996 37997 37998 |
# File 'lib/v20180228/models.rb', line 37996 def Title @Title end |
#Type ⇒ Object
37996 37997 37998 |
# File 'lib/v20180228/models.rb', line 37996 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
38004 38005 38006 38007 38008 |
# File 'lib/v20180228/models.rb', line 38004 def deserialize(params) @Title = params['Title'] @Text = params['Text'] @Type = params['Type'] end |