Class: TencentCloud::Ocr::V20181119::ClassifyStoreNameResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::ClassifyStoreNameResponse
- Defined in:
- lib/v20181119/models.rb
Overview
ClassifyStoreName返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(storelabel = nil, requestid = nil) ⇒ ClassifyStoreNameResponse
constructor
A new instance of ClassifyStoreNameResponse.
Constructor Details
#initialize(storelabel = nil, requestid = nil) ⇒ ClassifyStoreNameResponse
Returns a new instance of ClassifyStoreNameResponse.
1388 1389 1390 1391 |
# File 'lib/v20181119/models.rb', line 1388 def initialize(storelabel=nil, requestid=nil) @StoreLabel = storelabel @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1386 1387 1388 |
# File 'lib/v20181119/models.rb', line 1386 def RequestId @RequestId end |
#StoreLabel ⇒ Object
1386 1387 1388 |
# File 'lib/v20181119/models.rb', line 1386 def StoreLabel @StoreLabel end |
Instance Method Details
#deserialize(params) ⇒ Object
1393 1394 1395 1396 |
# File 'lib/v20181119/models.rb', line 1393 def deserialize(params) @StoreLabel = params['StoreLabel'] @RequestId = params['RequestId'] end |