Class: TencentCloud::Ocr::V20181119::MainlandTravelPermitBackInfos
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::MainlandTravelPermitBackInfos
- Defined in:
- lib/v20181119/models.rb
Overview
港澳台来往内地通行证背面字段信息
Instance Attribute Summary collapse
-
#HistoryNumber ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#IDNumber ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, name = nil, idnumber = nil, historynumber = nil) ⇒ MainlandTravelPermitBackInfos
constructor
A new instance of MainlandTravelPermitBackInfos.
Constructor Details
#initialize(type = nil, name = nil, idnumber = nil, historynumber = nil) ⇒ MainlandTravelPermitBackInfos
Returns a new instance of MainlandTravelPermitBackInfos.
6400 6401 6402 6403 6404 6405 |
# File 'lib/v20181119/models.rb', line 6400 def initialize(type=nil, name=nil, idnumber=nil, historynumber=nil) @Type = type @Name = name @IDNumber = idnumber @HistoryNumber = historynumber end |
Instance Attribute Details
#HistoryNumber ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
6398 6399 6400 |
# File 'lib/v20181119/models.rb', line 6398 def HistoryNumber @HistoryNumber end |
#IDNumber ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
6398 6399 6400 |
# File 'lib/v20181119/models.rb', line 6398 def IDNumber @IDNumber end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
6398 6399 6400 |
# File 'lib/v20181119/models.rb', line 6398 def Name @Name end |
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
6398 6399 6400 |
# File 'lib/v20181119/models.rb', line 6398 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
6407 6408 6409 6410 6411 6412 |
# File 'lib/v20181119/models.rb', line 6407 def deserialize(params) @Type = params['Type'] @Name = params['Name'] @IDNumber = params['IDNumber'] @HistoryNumber = params['HistoryNumber'] end |