Class: TencentCloud::Youmall::V20180228::ModifyPersonFeatureInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::ModifyPersonFeatureInfoResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ModifyPersonFeatureInfo返回参数结构体
Instance Attribute Summary collapse
- #CompanyId ⇒ Object
- #PersonId ⇒ Object
- #PersonIdBind ⇒ Object
- #PersonType ⇒ Object
- #RequestId ⇒ Object
- #ShopId ⇒ Object
- #SimilarPersonIds ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(companyid = nil, shopid = nil, personid = nil, personidbind = nil, persontype = nil, similarpersonids = nil, requestid = nil) ⇒ ModifyPersonFeatureInfoResponse
constructor
A new instance of ModifyPersonFeatureInfoResponse.
Constructor Details
#initialize(companyid = nil, shopid = nil, personid = nil, personidbind = nil, persontype = nil, similarpersonids = nil, requestid = nil) ⇒ ModifyPersonFeatureInfoResponse
Returns a new instance of ModifyPersonFeatureInfoResponse.
2064 2065 2066 2067 2068 2069 2070 2071 2072 |
# File 'lib/v20180228/models.rb', line 2064 def initialize(companyid=nil, shopid=nil, personid=nil, personidbind=nil, persontype=nil, similarpersonids=nil, requestid=nil) @CompanyId = companyid @ShopId = shopid @PersonId = personid @PersonIdBind = personidbind @PersonType = persontype @SimilarPersonIds = similarpersonids @RequestId = requestid end |
Instance Attribute Details
#CompanyId ⇒ Object
2062 2063 2064 |
# File 'lib/v20180228/models.rb', line 2062 def CompanyId @CompanyId end |
#PersonId ⇒ Object
2062 2063 2064 |
# File 'lib/v20180228/models.rb', line 2062 def PersonId @PersonId end |
#PersonIdBind ⇒ Object
2062 2063 2064 |
# File 'lib/v20180228/models.rb', line 2062 def PersonIdBind @PersonIdBind end |
#PersonType ⇒ Object
2062 2063 2064 |
# File 'lib/v20180228/models.rb', line 2062 def PersonType @PersonType end |
#RequestId ⇒ Object
2062 2063 2064 |
# File 'lib/v20180228/models.rb', line 2062 def RequestId @RequestId end |
#ShopId ⇒ Object
2062 2063 2064 |
# File 'lib/v20180228/models.rb', line 2062 def ShopId @ShopId end |
#SimilarPersonIds ⇒ Object
2062 2063 2064 |
# File 'lib/v20180228/models.rb', line 2062 def SimilarPersonIds @SimilarPersonIds end |
Instance Method Details
#deserialize(params) ⇒ Object
2074 2075 2076 2077 2078 2079 2080 2081 2082 |
# File 'lib/v20180228/models.rb', line 2074 def deserialize(params) @CompanyId = params['CompanyId'] @ShopId = params['ShopId'] @PersonId = params['PersonId'] @PersonIdBind = params['PersonIdBind'] @PersonType = params['PersonType'] @SimilarPersonIds = params['SimilarPersonIds'] @RequestId = params['RequestId'] end |