Class: TencentCloud::Youmall::V20180228::CreateFacePictureRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::CreateFacePictureRequest
- Defined in:
- lib/v20180228/models.rb
Overview
CreateFacePicture请求参数结构体
Instance Attribute Summary collapse
- #CompanyId ⇒ Object
- #IsForceUpload ⇒ Object
- #PersonType ⇒ Object
- #Picture ⇒ Object
- #PictureName ⇒ Object
- #ShopId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(companyid = nil, persontype = nil, picture = nil, picturename = nil, shopid = nil, isforceupload = nil) ⇒ CreateFacePictureRequest
constructor
A new instance of CreateFacePictureRequest.
Constructor Details
#initialize(companyid = nil, persontype = nil, picture = nil, picturename = nil, shopid = nil, isforceupload = nil) ⇒ CreateFacePictureRequest
Returns a new instance of CreateFacePictureRequest.
160 161 162 163 164 165 166 167 |
# File 'lib/v20180228/models.rb', line 160 def initialize(companyid=nil, persontype=nil, picture=nil, picturename=nil, shopid=nil, isforceupload=nil) @CompanyId = companyid @PersonType = persontype @Picture = picture @PictureName = picturename @ShopId = shopid @IsForceUpload = isforceupload end |
Instance Attribute Details
#CompanyId ⇒ Object
158 159 160 |
# File 'lib/v20180228/models.rb', line 158 def CompanyId @CompanyId end |
#IsForceUpload ⇒ Object
158 159 160 |
# File 'lib/v20180228/models.rb', line 158 def IsForceUpload @IsForceUpload end |
#PersonType ⇒ Object
158 159 160 |
# File 'lib/v20180228/models.rb', line 158 def PersonType @PersonType end |
#Picture ⇒ Object
158 159 160 |
# File 'lib/v20180228/models.rb', line 158 def Picture @Picture end |
#PictureName ⇒ Object
158 159 160 |
# File 'lib/v20180228/models.rb', line 158 def PictureName @PictureName end |
#ShopId ⇒ Object
158 159 160 |
# File 'lib/v20180228/models.rb', line 158 def ShopId @ShopId end |
Instance Method Details
#deserialize(params) ⇒ Object
169 170 171 172 173 174 175 176 |
# File 'lib/v20180228/models.rb', line 169 def deserialize(params) @CompanyId = params['CompanyId'] @PersonType = params['PersonType'] @Picture = params['Picture'] @PictureName = params['PictureName'] @ShopId = params['ShopId'] @IsForceUpload = params['IsForceUpload'] end |