Class: TencentCloud::Youmall::V20180228::DescribeCameraPersonRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::DescribeCameraPersonRequest
- Defined in:
- lib/v20180228/models.rb
Overview
DescribeCameraPerson请求参数结构体
Instance Attribute Summary collapse
- #CameraId ⇒ Object
- #CompanyId ⇒ Object
- #EndTime ⇒ Object
- #IsNeedPic ⇒ Object
- #Num ⇒ Object
- #PosId ⇒ Object
- #ShopId ⇒ Object
- #StartTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(companyid = nil, shopid = nil, cameraid = nil, starttime = nil, endtime = nil, posid = nil, num = nil, isneedpic = nil) ⇒ DescribeCameraPersonRequest
constructor
A new instance of DescribeCameraPersonRequest.
Constructor Details
#initialize(companyid = nil, shopid = nil, cameraid = nil, starttime = nil, endtime = nil, posid = nil, num = nil, isneedpic = nil) ⇒ DescribeCameraPersonRequest
Returns a new instance of DescribeCameraPersonRequest.
295 296 297 298 299 300 301 302 303 304 |
# File 'lib/v20180228/models.rb', line 295 def initialize(companyid=nil, shopid=nil, cameraid=nil, starttime=nil, endtime=nil, posid=nil, num=nil, isneedpic=nil) @CompanyId = companyid @ShopId = shopid @CameraId = cameraid @StartTime = starttime @EndTime = endtime @PosId = posid @Num = num @IsNeedPic = isneedpic end |
Instance Attribute Details
#CameraId ⇒ Object
293 294 295 |
# File 'lib/v20180228/models.rb', line 293 def CameraId @CameraId end |
#CompanyId ⇒ Object
293 294 295 |
# File 'lib/v20180228/models.rb', line 293 def CompanyId @CompanyId end |
#EndTime ⇒ Object
293 294 295 |
# File 'lib/v20180228/models.rb', line 293 def EndTime @EndTime end |
#IsNeedPic ⇒ Object
293 294 295 |
# File 'lib/v20180228/models.rb', line 293 def IsNeedPic @IsNeedPic end |
#Num ⇒ Object
293 294 295 |
# File 'lib/v20180228/models.rb', line 293 def Num @Num end |
#PosId ⇒ Object
293 294 295 |
# File 'lib/v20180228/models.rb', line 293 def PosId @PosId end |
#ShopId ⇒ Object
293 294 295 |
# File 'lib/v20180228/models.rb', line 293 def ShopId @ShopId end |
#StartTime ⇒ Object
293 294 295 |
# File 'lib/v20180228/models.rb', line 293 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
306 307 308 309 310 311 312 313 314 315 |
# File 'lib/v20180228/models.rb', line 306 def deserialize(params) @CompanyId = params['CompanyId'] @ShopId = params['ShopId'] @CameraId = params['CameraId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @PosId = params['PosId'] @Num = params['Num'] @IsNeedPic = params['IsNeedPic'] end |