Class: TencentCloud::Tbm::V20180129::DescribeBrandMediaReportRequest

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

Overview

DescribeBrandMediaReport请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DescribeBrandMediaReportRequest.



292
293
294
295
296
# File 'lib/v20180129/models.rb', line 292

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

Instance Attribute Details

#BrandIdObject

Parameters:

  • BrandId:

    品牌ID

  • StartDate:

    查询开始时间

  • EndDate:

    查询结束时间



290
291
292
# File 'lib/v20180129/models.rb', line 290

def BrandId
  @BrandId
end

#EndDateObject

Parameters:

  • BrandId:

    品牌ID

  • StartDate:

    查询开始时间

  • EndDate:

    查询结束时间



290
291
292
# File 'lib/v20180129/models.rb', line 290

def EndDate
  @EndDate
end

#StartDateObject

Parameters:

  • BrandId:

    品牌ID

  • StartDate:

    查询开始时间

  • EndDate:

    查询结束时间



290
291
292
# File 'lib/v20180129/models.rb', line 290

def StartDate
  @StartDate
end

Instance Method Details

#deserialize(params) ⇒ Object



298
299
300
301
302
# File 'lib/v20180129/models.rb', line 298

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