Class: TencentCloud::Cls::V20201016::NoticeContentInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::NoticeContentInfo
- Defined in:
- lib/v20201016/models.rb
Overview
通知模板内容
Instance Attribute Summary collapse
-
#Content ⇒ Object
部分通知渠道类型不支持“标题”,请参照腾讯云控制台页面。 仅“自定义回调”支持该配置。.
-
#Headers ⇒ Object
部分通知渠道类型不支持“标题”,请参照腾讯云控制台页面。 仅“自定义回调”支持该配置。.
-
#Title ⇒ Object
部分通知渠道类型不支持“标题”,请参照腾讯云控制台页面。 仅“自定义回调”支持该配置。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(title = nil, content = nil, headers = nil) ⇒ NoticeContentInfo
constructor
A new instance of NoticeContentInfo.
Constructor Details
#initialize(title = nil, content = nil, headers = nil) ⇒ NoticeContentInfo
Returns a new instance of NoticeContentInfo.
15695 15696 15697 15698 15699 |
# File 'lib/v20201016/models.rb', line 15695 def initialize(title=nil, content=nil, headers=nil) @Title = title @Content = content @Headers = headers end |
Instance Attribute Details
#Content ⇒ Object
部分通知渠道类型不支持“标题”,请参照腾讯云控制台页面。 仅“自定义回调”支持该配置。
15693 15694 15695 |
# File 'lib/v20201016/models.rb', line 15693 def Content @Content end |
#Headers ⇒ Object
部分通知渠道类型不支持“标题”,请参照腾讯云控制台页面。 仅“自定义回调”支持该配置。
15693 15694 15695 |
# File 'lib/v20201016/models.rb', line 15693 def Headers @Headers end |
#Title ⇒ Object
部分通知渠道类型不支持“标题”,请参照腾讯云控制台页面。 仅“自定义回调”支持该配置。
15693 15694 15695 |
# File 'lib/v20201016/models.rb', line 15693 def Title @Title end |
Instance Method Details
#deserialize(params) ⇒ Object
15701 15702 15703 15704 15705 |
# File 'lib/v20201016/models.rb', line 15701 def deserialize(params) @Title = params['Title'] @Content = params['Content'] @Headers = params['Headers'] end |