Class: TencentCloud::Youmall::V20180228::ModifyPersonFeatureInfoRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::ModifyPersonFeatureInfoRequest
- Defined in:
- lib/v20180228/models.rb
Overview
ModifyPersonFeatureInfo请求参数结构体
Instance Attribute Summary collapse
- #CompanyId ⇒ Object
- #PersonId ⇒ Object
- #PersonType ⇒ Object
- #Picture ⇒ Object
- #PictureName ⇒ Object
- #ShopId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(companyid = nil, personid = nil, picture = nil, picturename = nil, persontype = nil, shopid = nil) ⇒ ModifyPersonFeatureInfoRequest
constructor
A new instance of ModifyPersonFeatureInfoRequest.
Constructor Details
#initialize(companyid = nil, personid = nil, picture = nil, picturename = nil, persontype = nil, shopid = nil) ⇒ ModifyPersonFeatureInfoRequest
Returns a new instance of ModifyPersonFeatureInfoRequest.
2026 2027 2028 2029 2030 2031 2032 2033 |
# File 'lib/v20180228/models.rb', line 2026 def initialize(companyid=nil, personid=nil, picture=nil, picturename=nil, persontype=nil, shopid=nil) @CompanyId = companyid @PersonId = personid @Picture = picture @PictureName = picturename @PersonType = persontype @ShopId = shopid end |
Instance Attribute Details
#CompanyId ⇒ Object
2024 2025 2026 |
# File 'lib/v20180228/models.rb', line 2024 def CompanyId @CompanyId end |
#PersonId ⇒ Object
2024 2025 2026 |
# File 'lib/v20180228/models.rb', line 2024 def PersonId @PersonId end |
#PersonType ⇒ Object
2024 2025 2026 |
# File 'lib/v20180228/models.rb', line 2024 def PersonType @PersonType end |
#Picture ⇒ Object
2024 2025 2026 |
# File 'lib/v20180228/models.rb', line 2024 def Picture @Picture end |
#PictureName ⇒ Object
2024 2025 2026 |
# File 'lib/v20180228/models.rb', line 2024 def PictureName @PictureName end |
#ShopId ⇒ Object
2024 2025 2026 |
# File 'lib/v20180228/models.rb', line 2024 def ShopId @ShopId end |
Instance Method Details
#deserialize(params) ⇒ Object
2035 2036 2037 2038 2039 2040 2041 2042 |
# File 'lib/v20180228/models.rb', line 2035 def deserialize(params) @CompanyId = params['CompanyId'] @PersonId = params['PersonId'] @Picture = params['Picture'] @PictureName = params['PictureName'] @PersonType = params['PersonType'] @ShopId = params['ShopId'] end |