Class: TencentCloud::Tbm::V20180129::DescribeBrandSocialOpinionRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tbm::V20180129::DescribeBrandSocialOpinionRequest
- Defined in:
- lib/v20180129/models.rb
Overview
DescribeBrandSocialOpinion请求参数结构体
Instance Attribute Summary collapse
- #BrandId ⇒ Object
- #EndDate ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #ShowList ⇒ Object
- #StartDate ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(brandid = nil, startdate = nil, enddate = nil, offset = nil, limit = nil, showlist = nil) ⇒ DescribeBrandSocialOpinionRequest
constructor
A new instance of DescribeBrandSocialOpinionRequest.
Constructor Details
#initialize(brandid = nil, startdate = nil, enddate = nil, offset = nil, limit = nil, showlist = nil) ⇒ DescribeBrandSocialOpinionRequest
Returns a new instance of DescribeBrandSocialOpinionRequest.
479 480 481 482 483 484 485 486 |
# File 'lib/v20180129/models.rb', line 479 def initialize(brandid=nil, startdate=nil, enddate=nil, offset=nil, limit=nil, showlist=nil) @BrandId = brandid @StartDate = startdate @EndDate = enddate @Offset = offset @Limit = limit @ShowList = showlist end |
Instance Attribute Details
#BrandId ⇒ Object
477 478 479 |
# File 'lib/v20180129/models.rb', line 477 def BrandId @BrandId end |
#EndDate ⇒ Object
477 478 479 |
# File 'lib/v20180129/models.rb', line 477 def EndDate @EndDate end |
#Limit ⇒ Object
477 478 479 |
# File 'lib/v20180129/models.rb', line 477 def Limit @Limit end |
#Offset ⇒ Object
477 478 479 |
# File 'lib/v20180129/models.rb', line 477 def Offset @Offset end |
#ShowList ⇒ Object
477 478 479 |
# File 'lib/v20180129/models.rb', line 477 def ShowList @ShowList end |
#StartDate ⇒ Object
477 478 479 |
# File 'lib/v20180129/models.rb', line 477 def StartDate @StartDate end |
Instance Method Details
#deserialize(params) ⇒ Object
488 489 490 491 492 493 494 495 |
# File 'lib/v20180129/models.rb', line 488 def deserialize(params) @BrandId = params['BrandId'] @StartDate = params['StartDate'] @EndDate = params['EndDate'] @Offset = params['Offset'] @Limit = params['Limit'] @ShowList = params['ShowList'] end |