Class: TencentCloud::Ocr::V20181119::PropOwnerCertOCRResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::PropOwnerCertOCRResponse
- Defined in:
- lib/v20181119/models.rb
Overview
PropOwnerCertOCR返回参数结构体
Instance Attribute Summary collapse
- #Location ⇒ Object
- #Nature ⇒ Object
- #Owner ⇒ Object
- #Possession ⇒ Object
- #Purpose ⇒ Object
- #RegisterTime ⇒ Object
- #RequestId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(owner = nil, possession = nil, registertime = nil, purpose = nil, nature = nil, location = nil, requestid = nil) ⇒ PropOwnerCertOCRResponse
constructor
A new instance of PropOwnerCertOCRResponse.
Constructor Details
#initialize(owner = nil, possession = nil, registertime = nil, purpose = nil, nature = nil, location = nil, requestid = nil) ⇒ PropOwnerCertOCRResponse
Returns a new instance of PropOwnerCertOCRResponse.
7107 7108 7109 7110 7111 7112 7113 7114 7115 |
# File 'lib/v20181119/models.rb', line 7107 def initialize(owner=nil, possession=nil, registertime=nil, purpose=nil, nature=nil, location=nil, requestid=nil) @Owner = owner @Possession = possession @RegisterTime = registertime @Purpose = purpose @Nature = nature @Location = location @RequestId = requestid end |
Instance Attribute Details
#Location ⇒ Object
7105 7106 7107 |
# File 'lib/v20181119/models.rb', line 7105 def Location @Location end |
#Nature ⇒ Object
7105 7106 7107 |
# File 'lib/v20181119/models.rb', line 7105 def Nature @Nature end |
#Owner ⇒ Object
7105 7106 7107 |
# File 'lib/v20181119/models.rb', line 7105 def Owner @Owner end |
#Possession ⇒ Object
7105 7106 7107 |
# File 'lib/v20181119/models.rb', line 7105 def Possession @Possession end |
#Purpose ⇒ Object
7105 7106 7107 |
# File 'lib/v20181119/models.rb', line 7105 def Purpose @Purpose end |
#RegisterTime ⇒ Object
7105 7106 7107 |
# File 'lib/v20181119/models.rb', line 7105 def RegisterTime @RegisterTime end |
#RequestId ⇒ Object
7105 7106 7107 |
# File 'lib/v20181119/models.rb', line 7105 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7117 7118 7119 7120 7121 7122 7123 7124 7125 |
# File 'lib/v20181119/models.rb', line 7117 def deserialize(params) @Owner = params['Owner'] @Possession = params['Possession'] @RegisterTime = params['RegisterTime'] @Purpose = params['Purpose'] @Nature = params['Nature'] @Location = params['Location'] @RequestId = params['RequestId'] end |