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.
5296 5297 5298 5299 5300 5301 5302 5303 |
# File 'lib/v20181119/models.rb', line 5296 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
5294 5295 5296 |
# File 'lib/v20181119/models.rb', line 5294 def LegalPerson @LegalPerson end |
#Location ⇒ Object
5294 5295 5296 |
# File 'lib/v20181119/models.rb', line 5294 def Location @Location end |
#Name ⇒ Object
5294 5295 5296 |
# File 'lib/v20181119/models.rb', line 5294 def Name @Name end |
#RegId ⇒ Object
5294 5295 5296 |
# File 'lib/v20181119/models.rb', line 5294 def RegId @RegId end |
#RequestId ⇒ Object
5294 5295 5296 |
# File 'lib/v20181119/models.rb', line 5294 def RequestId @RequestId end |
#ValidDate ⇒ Object
5294 5295 5296 |
# File 'lib/v20181119/models.rb', line 5294 def ValidDate @ValidDate end |
Instance Method Details
#deserialize(params) ⇒ Object
5305 5306 5307 5308 5309 5310 5311 5312 |
# File 'lib/v20181119/models.rb', line 5305 def deserialize(params) @RegId = params['RegId'] @ValidDate = params['ValidDate'] @Location = params['Location'] @Name = params['Name'] @LegalPerson = params['LegalPerson'] @RequestId = params['RequestId'] end |