Class: TencentCloud::Cme::V20191029::PenguinMediaPlatformPublishInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cme::V20191029::PenguinMediaPlatformPublishInfo
- Defined in:
- lib/v20191029/models.rb
Overview
企鹅号发布信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(title = nil, description = nil, tags = nil, category = nil) ⇒ PenguinMediaPlatformPublishInfo
constructor
A new instance of PenguinMediaPlatformPublishInfo.
Constructor Details
#initialize(title = nil, description = nil, tags = nil, category = nil) ⇒ PenguinMediaPlatformPublishInfo
Returns a new instance of PenguinMediaPlatformPublishInfo.
4959 4960 4961 4962 4963 4964 |
# File 'lib/v20191029/models.rb', line 4959 def initialize(title=nil, description=nil, =nil, category=nil) @Title = title @Description = description @Tags = @Category = category end |
Instance Attribute Details
#Category ⇒ Object
4957 4958 4959 |
# File 'lib/v20191029/models.rb', line 4957 def Category @Category end |
#Description ⇒ Object
4957 4958 4959 |
# File 'lib/v20191029/models.rb', line 4957 def Description @Description end |
#Tags ⇒ Object
4957 4958 4959 |
# File 'lib/v20191029/models.rb', line 4957 def Tags @Tags end |
#Title ⇒ Object
4957 4958 4959 |
# File 'lib/v20191029/models.rb', line 4957 def Title @Title end |
Instance Method Details
#deserialize(params) ⇒ Object
4966 4967 4968 4969 4970 4971 |
# File 'lib/v20191029/models.rb', line 4966 def deserialize(params) @Title = params['Title'] @Description = params['Description'] @Tags = params['Tags'] @Category = params['Category'] end |