Class: TencentCloud::Tbm::V20180129::DescribeIndustryNewsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tbm::V20180129::DescribeIndustryNewsRequest
- Defined in:
- lib/v20180129/models.rb
Overview
DescribeIndustryNews请求参数结构体
Instance Attribute Summary collapse
- #EndDate ⇒ Object
- #IndustryId ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #ShowList ⇒ Object
- #StartDate ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(industryid = nil, startdate = nil, enddate = nil, showlist = nil, offset = nil, limit = nil) ⇒ DescribeIndustryNewsRequest
constructor
A new instance of DescribeIndustryNewsRequest.
Constructor Details
#initialize(industryid = nil, startdate = nil, enddate = nil, showlist = nil, offset = nil, limit = nil) ⇒ DescribeIndustryNewsRequest
Returns a new instance of DescribeIndustryNewsRequest.
609 610 611 612 613 614 615 616 |
# File 'lib/v20180129/models.rb', line 609 def initialize(industryid=nil, startdate=nil, enddate=nil, showlist=nil, offset=nil, limit=nil) @IndustryId = industryid @StartDate = startdate @EndDate = enddate @ShowList = showlist @Offset = offset @Limit = limit end |
Instance Attribute Details
#EndDate ⇒ Object
607 608 609 |
# File 'lib/v20180129/models.rb', line 607 def EndDate @EndDate end |
#IndustryId ⇒ Object
607 608 609 |
# File 'lib/v20180129/models.rb', line 607 def IndustryId @IndustryId end |
#Limit ⇒ Object
607 608 609 |
# File 'lib/v20180129/models.rb', line 607 def Limit @Limit end |
#Offset ⇒ Object
607 608 609 |
# File 'lib/v20180129/models.rb', line 607 def Offset @Offset end |
#ShowList ⇒ Object
607 608 609 |
# File 'lib/v20180129/models.rb', line 607 def ShowList @ShowList end |
#StartDate ⇒ Object
607 608 609 |
# File 'lib/v20180129/models.rb', line 607 def StartDate @StartDate end |
Instance Method Details
#deserialize(params) ⇒ Object
618 619 620 621 622 623 624 625 |
# File 'lib/v20180129/models.rb', line 618 def deserialize(params) @IndustryId = params['IndustryId'] @StartDate = params['StartDate'] @EndDate = params['EndDate'] @ShowList = params['ShowList'] @Offset = params['Offset'] @Limit = params['Limit'] end |