Class: TencentCloud::Tbm::V20180129::DescribeBrandCommentCountRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180129/models.rb

Overview

DescribeBrandCommentCount请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(brandid = nil, startdate = nil, enddate = nil) ⇒ DescribeBrandCommentCountRequest



186
187
188
189
190
# File 'lib/v20180129/models.rb', line 186

def initialize(brandid=nil, startdate=nil, enddate=nil)
  @BrandId = brandid
  @StartDate = startdate
  @EndDate = enddate
end

Instance Attribute Details

#BrandIdObject



184
185
186
# File 'lib/v20180129/models.rb', line 184

def BrandId
  @BrandId
end

#EndDateObject



184
185
186
# File 'lib/v20180129/models.rb', line 184

def EndDate
  @EndDate
end

#StartDateObject



184
185
186
# File 'lib/v20180129/models.rb', line 184

def StartDate
  @StartDate
end

Instance Method Details

#deserialize(params) ⇒ Object



192
193
194
195
196
# File 'lib/v20180129/models.rb', line 192

def deserialize(params)
  @BrandId = params['BrandId']
  @StartDate = params['StartDate']
  @EndDate = params['EndDate']
end