Class: TencentCloud::Youmall::V20180228::DescribeNetworkInfoRequest

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

Overview

DescribeNetworkInfo请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(time = nil, companyid = nil, shopid = nil) ⇒ DescribeNetworkInfoRequest

Returns a new instance of DescribeNetworkInfoRequest.



652
653
654
655
656
# File 'lib/v20180228/models.rb', line 652

def initialize(time=nil, companyid=nil, shopid=nil)
  @Time = time
  @CompanyId = companyid
  @ShopId = shopid
end

Instance Attribute Details

#CompanyIdObject

Parameters:

  • Time:

    请求时间戳

  • CompanyId:

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

  • ShopId:

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



650
651
652
# File 'lib/v20180228/models.rb', line 650

def CompanyId
  @CompanyId
end

#ShopIdObject

Parameters:

  • Time:

    请求时间戳

  • CompanyId:

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

  • ShopId:

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



650
651
652
# File 'lib/v20180228/models.rb', line 650

def ShopId
  @ShopId
end

#TimeObject

Parameters:

  • Time:

    请求时间戳

  • CompanyId:

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

  • ShopId:

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



650
651
652
# File 'lib/v20180228/models.rb', line 650

def Time
  @Time
end

Instance Method Details

#deserialize(params) ⇒ Object



658
659
660
661
662
# File 'lib/v20180228/models.rb', line 658

def deserialize(params)
  @Time = params['Time']
  @CompanyId = params['CompanyId']
  @ShopId = params['ShopId']
end