Class: TencentCloud::Ocr::V20181119::InstitutionOCRResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::InstitutionOCRResponse
- Defined in:
- lib/v20181119/models.rb
Overview
InstitutionOCR返回参数结构体
Instance Attribute Summary collapse
- #LegalPerson ⇒ Object
- #Location ⇒ Object
- #Name ⇒ Object
- #RegId ⇒ Object
- #RequestId ⇒ Object
- #ValidDate ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(regid = nil, validdate = nil, location = nil, name = nil, legalperson = nil, requestid = nil) ⇒ InstitutionOCRResponse
constructor
A new instance of InstitutionOCRResponse.
Constructor Details
#initialize(regid = nil, validdate = nil, location = nil, name = nil, legalperson = nil, requestid = nil) ⇒ InstitutionOCRResponse
Returns a new instance of InstitutionOCRResponse.
4633 4634 4635 4636 4637 4638 4639 4640 |
# File 'lib/v20181119/models.rb', line 4633 def initialize(regid=nil, validdate=nil, location=nil, name=nil, legalperson=nil, requestid=nil) @RegId = regid @ValidDate = validdate @Location = location @Name = name @LegalPerson = legalperson @RequestId = requestid end |
Instance Attribute Details
#LegalPerson ⇒ Object
4631 4632 4633 |
# File 'lib/v20181119/models.rb', line 4631 def LegalPerson @LegalPerson end |
#Location ⇒ Object
4631 4632 4633 |
# File 'lib/v20181119/models.rb', line 4631 def Location @Location end |
#Name ⇒ Object
4631 4632 4633 |
# File 'lib/v20181119/models.rb', line 4631 def Name @Name end |
#RegId ⇒ Object
4631 4632 4633 |
# File 'lib/v20181119/models.rb', line 4631 def RegId @RegId end |
#RequestId ⇒ Object
4631 4632 4633 |
# File 'lib/v20181119/models.rb', line 4631 def RequestId @RequestId end |
#ValidDate ⇒ Object
4631 4632 4633 |
# File 'lib/v20181119/models.rb', line 4631 def ValidDate @ValidDate end |
Instance Method Details
#deserialize(params) ⇒ Object
4642 4643 4644 4645 4646 4647 4648 4649 |
# File 'lib/v20181119/models.rb', line 4642 def deserialize(params) @RegId = params['RegId'] @ValidDate = params['ValidDate'] @Location = params['Location'] @Name = params['Name'] @LegalPerson = params['LegalPerson'] @RequestId = params['RequestId'] end |