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.
6387 6388 6389 6390 6391 6392 |
# File 'lib/v20181119/models.rb', line 6387 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,表示取不到有效值。
6385 6386 6387 |
# File 'lib/v20181119/models.rb', line 6385 def HistoryNumber @HistoryNumber end |
#IDNumber ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
6385 6386 6387 |
# File 'lib/v20181119/models.rb', line 6385 def IDNumber @IDNumber end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
6385 6386 6387 |
# File 'lib/v20181119/models.rb', line 6385 def Name @Name end |
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
6385 6386 6387 |
# File 'lib/v20181119/models.rb', line 6385 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
6394 6395 6396 6397 6398 6399 |
# File 'lib/v20181119/models.rb', line 6394 def deserialize(params) @Type = params['Type'] @Name = params['Name'] @IDNumber = params['IDNumber'] @HistoryNumber = params['HistoryNumber'] end |