Class: TencentCloud::Tbm::V20180129::IndustryNews
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tbm::V20180129::IndustryNews
- Defined in:
- lib/v20180129/models.rb
Overview
行业报道新闻
Instance Attribute Summary collapse
- #Abstract ⇒ Object
- #Flag ⇒ Object
- #FromSite ⇒ Object
- #Hot ⇒ Object
- #IndustryId ⇒ Object
- #Level ⇒ Object
- #PubTime ⇒ Object
- #Title ⇒ Object
- #Url ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(industryid = nil, pubtime = nil, fromsite = nil, title = nil, url = nil, level = nil, hot = nil, flag = nil, abstract = nil) ⇒ IndustryNews
constructor
A new instance of IndustryNews.
Constructor Details
#initialize(industryid = nil, pubtime = nil, fromsite = nil, title = nil, url = nil, level = nil, hot = nil, flag = nil, abstract = nil) ⇒ IndustryNews
Returns a new instance of IndustryNews.
811 812 813 814 815 816 817 818 819 820 821 |
# File 'lib/v20180129/models.rb', line 811 def initialize(industryid=nil, pubtime=nil, fromsite=nil, title=nil, url=nil, level=nil, hot=nil, flag=nil, abstract=nil) @IndustryId = industryid @PubTime = pubtime @FromSite = fromsite @Title = title @Url = url @Level = level @Hot = hot @Flag = flag @Abstract = abstract end |
Instance Attribute Details
#Abstract ⇒ Object
809 810 811 |
# File 'lib/v20180129/models.rb', line 809 def Abstract @Abstract end |
#Flag ⇒ Object
809 810 811 |
# File 'lib/v20180129/models.rb', line 809 def Flag @Flag end |
#FromSite ⇒ Object
809 810 811 |
# File 'lib/v20180129/models.rb', line 809 def FromSite @FromSite end |
#Hot ⇒ Object
809 810 811 |
# File 'lib/v20180129/models.rb', line 809 def Hot @Hot end |
#IndustryId ⇒ Object
809 810 811 |
# File 'lib/v20180129/models.rb', line 809 def IndustryId @IndustryId end |
#Level ⇒ Object
809 810 811 |
# File 'lib/v20180129/models.rb', line 809 def Level @Level end |
#PubTime ⇒ Object
809 810 811 |
# File 'lib/v20180129/models.rb', line 809 def PubTime @PubTime end |
#Title ⇒ Object
809 810 811 |
# File 'lib/v20180129/models.rb', line 809 def Title @Title end |
#Url ⇒ Object
809 810 811 |
# File 'lib/v20180129/models.rb', line 809 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
823 824 825 826 827 828 829 830 831 832 833 |
# File 'lib/v20180129/models.rb', line 823 def deserialize(params) @IndustryId = params['IndustryId'] @PubTime = params['PubTime'] @FromSite = params['FromSite'] @Title = params['Title'] @Url = params['Url'] @Level = params['Level'] @Hot = params['Hot'] @Flag = params['Flag'] @Abstract = params['Abstract'] end |