Class: TencentCloud::Youmall::V20180228::DeletePersonFeatureRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::DeletePersonFeatureRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DeletePersonFeature请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(companyid = nil, shopid = nil, personid = nil) ⇒ DeletePersonFeatureRequest
constructor
A new instance of DeletePersonFeatureRequest.
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
#CompanyId ⇒ Object
243 244 245 |
# File 'lib/v20180228/models.rb', line 243 def CompanyId @CompanyId end |
#PersonId ⇒ Object
243 244 245 |
# File 'lib/v20180228/models.rb', line 243 def PersonId @PersonId end |
#ShopId ⇒ Object
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 |