Class: TencentCloud::Youmall::V20180228::DeletePersonFeatureRequest

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

Overview

DeletePersonFeature请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(companyid = nil, shopid = nil, personid = nil) ⇒ DeletePersonFeatureRequest

Returns a new instance of DeletePersonFeatureRequest.



245
246
247
248
249
# File 'lib/v20180228/models.rb', line 245

def initialize(companyid=nil, shopid=nil, personid=nil)
  @CompanyId = companyid
  @ShopId = shopid
  @PersonId = personid
end

Instance Attribute Details

#CompanyIdObject

Parameters:

  • CompanyId:

    公司ID

  • ShopId:

    门店ID

  • PersonId:

    顾客ID



243
244
245
# File 'lib/v20180228/models.rb', line 243

def CompanyId
  @CompanyId
end

#PersonIdObject

Parameters:

  • CompanyId:

    公司ID

  • ShopId:

    门店ID

  • PersonId:

    顾客ID



243
244
245
# File 'lib/v20180228/models.rb', line 243

def PersonId
  @PersonId
end

#ShopIdObject

Parameters:

  • CompanyId:

    公司ID

  • ShopId:

    门店ID

  • PersonId:

    顾客ID



243
244
245
# File 'lib/v20180228/models.rb', line 243

def ShopId
  @ShopId
end

Instance Method Details

#deserialize(params) ⇒ Object



251
252
253
254
255
# File 'lib/v20180228/models.rb', line 251

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