Class: TencentCloud::Tbm::V20180129::DescribeBrandExposureRequest

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

Overview

DescribeBrandExposure请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#BrandIdObject

Parameters:

  • BrandId:

    品牌ID

  • StartDate:

    查询开始时间

  • EndDate:

    查询结束时间



235
236
237
# File 'lib/v20180129/models.rb', line 235

def BrandId
  @BrandId
end

#EndDateObject

Parameters:

  • BrandId:

    品牌ID

  • StartDate:

    查询开始时间

  • EndDate:

    查询结束时间



235
236
237
# File 'lib/v20180129/models.rb', line 235

def EndDate
  @EndDate
end

#StartDateObject

Parameters:

  • BrandId:

    品牌ID

  • StartDate:

    查询开始时间

  • EndDate:

    查询结束时间



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