Class: TencentCloud::Youmall::V20180228::DescribeFaceIdByTempIdRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::DescribeFaceIdByTempIdRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeFaceIdByTempId请求参数结构体
Instance Attribute Summary collapse
- #CameraId ⇒ Object
- #CompanyId ⇒ Object
- #PictureExpires ⇒ Object
- #PosId ⇒ Object
- #ShopId ⇒ Object
- #TempId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(companyid = nil, shopid = nil, tempid = nil, cameraid = nil, posid = nil, pictureexpires = nil) ⇒ DescribeFaceIdByTempIdRequest
constructor
A new instance of DescribeFaceIdByTempIdRequest.
Constructor Details
#initialize(companyid = nil, shopid = nil, tempid = nil, cameraid = nil, posid = nil, pictureexpires = nil) ⇒ DescribeFaceIdByTempIdRequest
Returns a new instance of DescribeFaceIdByTempIdRequest.
512 513 514 515 516 517 518 519 |
# File 'lib/v20180228/models.rb', line 512 def initialize(companyid=nil, shopid=nil, tempid=nil, cameraid=nil, posid=nil, pictureexpires=nil) @CompanyId = companyid @ShopId = shopid @TempId = tempid @CameraId = cameraid @PosId = posid @PictureExpires = pictureexpires end |
Instance Attribute Details
#CameraId ⇒ Object
510 511 512 |
# File 'lib/v20180228/models.rb', line 510 def CameraId @CameraId end |
#CompanyId ⇒ Object
510 511 512 |
# File 'lib/v20180228/models.rb', line 510 def CompanyId @CompanyId end |
#PictureExpires ⇒ Object
510 511 512 |
# File 'lib/v20180228/models.rb', line 510 def PictureExpires @PictureExpires end |
#PosId ⇒ Object
510 511 512 |
# File 'lib/v20180228/models.rb', line 510 def PosId @PosId end |
#ShopId ⇒ Object
510 511 512 |
# File 'lib/v20180228/models.rb', line 510 def ShopId @ShopId end |
#TempId ⇒ Object
510 511 512 |
# File 'lib/v20180228/models.rb', line 510 def TempId @TempId end |
Instance Method Details
#deserialize(params) ⇒ Object
521 522 523 524 525 526 527 528 |
# File 'lib/v20180228/models.rb', line 521 def deserialize(params) @CompanyId = params['CompanyId'] @ShopId = params['ShopId'] @TempId = params['TempId'] @CameraId = params['CameraId'] @PosId = params['PosId'] @PictureExpires = params['PictureExpires'] end |