Class: TencentCloud::Tbm::V20180129::DescribeBrandCommentCountRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tbm::V20180129::DescribeBrandCommentCountRequest
- Defined in:
- lib/v20180129/models.rb
Overview
DescribeBrandCommentCount请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(brandid = nil, startdate = nil, enddate = nil) ⇒ DescribeBrandCommentCountRequest
constructor
A new instance of DescribeBrandCommentCountRequest.
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
#BrandId ⇒ Object
184 185 186 |
# File 'lib/v20180129/models.rb', line 184 def BrandId @BrandId end |
#EndDate ⇒ Object
184 185 186 |
# File 'lib/v20180129/models.rb', line 184 def EndDate @EndDate end |
#StartDate ⇒ Object
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 |