Class: TencentCloud::Tbm::V20180129::DescribeBrandExposureRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tbm::V20180129::DescribeBrandExposureRequest
- Defined in:
- lib/v20180129/models.rb
Overview
DescribeBrandExposure请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(brandid = nil, startdate = nil, enddate = nil) ⇒ DescribeBrandExposureRequest
constructor
A new instance of DescribeBrandExposureRequest.
Constructor Details
#initialize(brandid = nil, startdate = nil, enddate = nil) ⇒ DescribeBrandExposureRequest
Returns a new instance of DescribeBrandExposureRequest.
237 238 239 240 241 |
# File 'lib/v20180129/models.rb', line 237 def initialize(brandid=nil, startdate=nil, enddate=nil) @BrandId = brandid @StartDate = startdate @EndDate = enddate end |
Instance Attribute Details
#BrandId ⇒ Object
235 236 237 |
# File 'lib/v20180129/models.rb', line 235 def BrandId @BrandId end |
#EndDate ⇒ Object
235 236 237 |
# File 'lib/v20180129/models.rb', line 235 def EndDate @EndDate end |
#StartDate ⇒ Object
235 236 237 |
# File 'lib/v20180129/models.rb', line 235 def StartDate @StartDate end |
Instance Method Details
#deserialize(params) ⇒ Object
243 244 245 246 247 |
# File 'lib/v20180129/models.rb', line 243 def deserialize(params) @BrandId = params['BrandId'] @StartDate = params['StartDate'] @EndDate = params['EndDate'] end |