Class: TencentCloud::Tbm::V20180129::DescribeBrandPosCommentsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tbm::V20180129::DescribeBrandPosCommentsRequest
- Defined in:
- lib/v20180129/models.rb
Overview
DescribeBrandPosComments请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(brandid = nil, startdate = nil, enddate = nil, limit = nil, offset = nil) ⇒ DescribeBrandPosCommentsRequest
constructor
A new instance of DescribeBrandPosCommentsRequest.
Constructor Details
#initialize(brandid = nil, startdate = nil, enddate = nil, limit = nil, offset = nil) ⇒ DescribeBrandPosCommentsRequest
Returns a new instance of DescribeBrandPosCommentsRequest.
414 415 416 417 418 419 420 |
# File 'lib/v20180129/models.rb', line 414 def initialize(brandid=nil, startdate=nil, enddate=nil, limit=nil, offset=nil) @BrandId = brandid @StartDate = startdate @EndDate = enddate @Limit = limit @Offset = offset end |
Instance Attribute Details
#BrandId ⇒ Object
412 413 414 |
# File 'lib/v20180129/models.rb', line 412 def BrandId @BrandId end |
#EndDate ⇒ Object
412 413 414 |
# File 'lib/v20180129/models.rb', line 412 def EndDate @EndDate end |
#Limit ⇒ Object
412 413 414 |
# File 'lib/v20180129/models.rb', line 412 def Limit @Limit end |
#Offset ⇒ Object
412 413 414 |
# File 'lib/v20180129/models.rb', line 412 def Offset @Offset end |
#StartDate ⇒ Object
412 413 414 |
# File 'lib/v20180129/models.rb', line 412 def StartDate @StartDate end |
Instance Method Details
#deserialize(params) ⇒ Object
422 423 424 425 426 427 428 |
# File 'lib/v20180129/models.rb', line 422 def deserialize(params) @BrandId = params['BrandId'] @StartDate = params['StartDate'] @EndDate = params['EndDate'] @Limit = params['Limit'] @Offset = params['Offset'] end |