Class: TencentCloud::Cwp::V20180228::BroadcastInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::BroadcastInfo
- Defined in:
- lib/v20180228/models.rb
Overview
安全播报文章详情
Instance Attribute Summary collapse
- #Content ⇒ Object
- #CreateTime ⇒ Object
- #GotoType ⇒ Object
- #Id ⇒ Object
- #Subtitle ⇒ Object
- #Title ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(title = nil, gototype = nil, subtitle = nil, createtime = nil, content = nil, id = nil, type = nil) ⇒ BroadcastInfo
constructor
A new instance of BroadcastInfo.
Constructor Details
#initialize(title = nil, gototype = nil, subtitle = nil, createtime = nil, content = nil, id = nil, type = nil) ⇒ BroadcastInfo
Returns a new instance of BroadcastInfo.
4487 4488 4489 4490 4491 4492 4493 4494 4495 |
# File 'lib/v20180228/models.rb', line 4487 def initialize(title=nil, gototype=nil, subtitle=nil, createtime=nil, content=nil, id=nil, type=nil) @Title = title @GotoType = gototype @Subtitle = subtitle @CreateTime = createtime @Content = content @Id = id @Type = type end |
Instance Attribute Details
#Content ⇒ Object
4485 4486 4487 |
# File 'lib/v20180228/models.rb', line 4485 def Content @Content end |
#CreateTime ⇒ Object
4485 4486 4487 |
# File 'lib/v20180228/models.rb', line 4485 def CreateTime @CreateTime end |
#GotoType ⇒ Object
4485 4486 4487 |
# File 'lib/v20180228/models.rb', line 4485 def GotoType @GotoType end |
#Id ⇒ Object
4485 4486 4487 |
# File 'lib/v20180228/models.rb', line 4485 def Id @Id end |
#Subtitle ⇒ Object
4485 4486 4487 |
# File 'lib/v20180228/models.rb', line 4485 def Subtitle @Subtitle end |
#Title ⇒ Object
4485 4486 4487 |
# File 'lib/v20180228/models.rb', line 4485 def Title @Title end |
#Type ⇒ Object
4485 4486 4487 |
# File 'lib/v20180228/models.rb', line 4485 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
4497 4498 4499 4500 4501 4502 4503 4504 4505 |
# File 'lib/v20180228/models.rb', line 4497 def deserialize(params) @Title = params['Title'] @GotoType = params['GotoType'] @Subtitle = params['Subtitle'] @CreateTime = params['CreateTime'] @Content = params['Content'] @Id = params['Id'] @Type = params['Type'] end |