Class: TencentCloud::Youmall::V20180228::DescribeHistoryNetworkInfoRequest

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

Overview

DescribeHistoryNetworkInfo请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(time = nil, companyid = nil, shopid = nil, startday = nil, endday = nil, limit = nil, offset = nil) ⇒ DescribeHistoryNetworkInfoRequest

Returns a new instance of DescribeHistoryNetworkInfoRequest.



597
598
599
600
601
602
603
604
605
# File 'lib/v20180228/models.rb', line 597

def initialize(time=nil, companyid=nil, shopid=nil, startday=nil, endday=nil, limit=nil, offset=nil)
  @Time = time
  @CompanyId = companyid
  @ShopId = shopid
  @StartDay = startday
  @EndDay = endday
  @Limit = limit
  @Offset = offset
end

Instance Attribute Details

#CompanyIdObject

Parameters:

  • Time:

    请求时间戳

  • CompanyId:

    优mall集团id,通过“指定身份标识获取客户门店列表”接口获取

  • ShopId:

    优mall店铺id,通过“指定身份标识获取客户门店列表”接口获取,为0则拉取集团全部店铺当前

  • StartDay:

    拉取开始日期,格式:2018-09-05

  • EndDay:

    拉取结束日期,格式L:2018-09-05,超过StartDay 90天,按StartDay+90天算

  • Limit:

    拉取条数,默认10

  • Offset:

    拉取偏移,返回offset之后的数据



595
596
597
# File 'lib/v20180228/models.rb', line 595

def CompanyId
  @CompanyId
end

#EndDayObject

Parameters:

  • Time:

    请求时间戳

  • CompanyId:

    优mall集团id,通过“指定身份标识获取客户门店列表”接口获取

  • ShopId:

    优mall店铺id,通过“指定身份标识获取客户门店列表”接口获取,为0则拉取集团全部店铺当前

  • StartDay:

    拉取开始日期,格式:2018-09-05

  • EndDay:

    拉取结束日期,格式L:2018-09-05,超过StartDay 90天,按StartDay+90天算

  • Limit:

    拉取条数,默认10

  • Offset:

    拉取偏移,返回offset之后的数据



595
596
597
# File 'lib/v20180228/models.rb', line 595

def EndDay
  @EndDay
end

#LimitObject

Parameters:

  • Time:

    请求时间戳

  • CompanyId:

    优mall集团id,通过“指定身份标识获取客户门店列表”接口获取

  • ShopId:

    优mall店铺id,通过“指定身份标识获取客户门店列表”接口获取,为0则拉取集团全部店铺当前

  • StartDay:

    拉取开始日期,格式:2018-09-05

  • EndDay:

    拉取结束日期,格式L:2018-09-05,超过StartDay 90天,按StartDay+90天算

  • Limit:

    拉取条数,默认10

  • Offset:

    拉取偏移,返回offset之后的数据



595
596
597
# File 'lib/v20180228/models.rb', line 595

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • Time:

    请求时间戳

  • CompanyId:

    优mall集团id,通过“指定身份标识获取客户门店列表”接口获取

  • ShopId:

    优mall店铺id,通过“指定身份标识获取客户门店列表”接口获取,为0则拉取集团全部店铺当前

  • StartDay:

    拉取开始日期,格式:2018-09-05

  • EndDay:

    拉取结束日期,格式L:2018-09-05,超过StartDay 90天,按StartDay+90天算

  • Limit:

    拉取条数,默认10

  • Offset:

    拉取偏移,返回offset之后的数据



595
596
597
# File 'lib/v20180228/models.rb', line 595

def Offset
  @Offset
end

#ShopIdObject

Parameters:

  • Time:

    请求时间戳

  • CompanyId:

    优mall集团id,通过“指定身份标识获取客户门店列表”接口获取

  • ShopId:

    优mall店铺id,通过“指定身份标识获取客户门店列表”接口获取,为0则拉取集团全部店铺当前

  • StartDay:

    拉取开始日期,格式:2018-09-05

  • EndDay:

    拉取结束日期,格式L:2018-09-05,超过StartDay 90天,按StartDay+90天算

  • Limit:

    拉取条数,默认10

  • Offset:

    拉取偏移,返回offset之后的数据



595
596
597
# File 'lib/v20180228/models.rb', line 595

def ShopId
  @ShopId
end

#StartDayObject

Parameters:

  • Time:

    请求时间戳

  • CompanyId:

    优mall集团id,通过“指定身份标识获取客户门店列表”接口获取

  • ShopId:

    优mall店铺id,通过“指定身份标识获取客户门店列表”接口获取,为0则拉取集团全部店铺当前

  • StartDay:

    拉取开始日期,格式:2018-09-05

  • EndDay:

    拉取结束日期,格式L:2018-09-05,超过StartDay 90天,按StartDay+90天算

  • Limit:

    拉取条数,默认10

  • Offset:

    拉取偏移,返回offset之后的数据



595
596
597
# File 'lib/v20180228/models.rb', line 595

def StartDay
  @StartDay
end

#TimeObject

Parameters:

  • Time:

    请求时间戳

  • CompanyId:

    优mall集团id,通过“指定身份标识获取客户门店列表”接口获取

  • ShopId:

    优mall店铺id,通过“指定身份标识获取客户门店列表”接口获取,为0则拉取集团全部店铺当前

  • StartDay:

    拉取开始日期,格式:2018-09-05

  • EndDay:

    拉取结束日期,格式L:2018-09-05,超过StartDay 90天,按StartDay+90天算

  • Limit:

    拉取条数,默认10

  • Offset:

    拉取偏移,返回offset之后的数据



595
596
597
# File 'lib/v20180228/models.rb', line 595

def Time
  @Time
end

Instance Method Details

#deserialize(params) ⇒ Object



607
608
609
610
611
612
613
614
615
# File 'lib/v20180228/models.rb', line 607

def deserialize(params)
  @Time = params['Time']
  @CompanyId = params['CompanyId']
  @ShopId = params['ShopId']
  @StartDay = params['StartDay']
  @EndDay = params['EndDay']
  @Limit = params['Limit']
  @Offset = params['Offset']
end