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.
5726 5727 5728 5729 5730 5731 |
# File 'lib/v20181119/models.rb', line 5726 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,表示取不到有效值。
5724 5725 5726 |
# File 'lib/v20181119/models.rb', line 5724 def HistoryNumber @HistoryNumber end |
#IDNumber ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
5724 5725 5726 |
# File 'lib/v20181119/models.rb', line 5724 def IDNumber @IDNumber end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
5724 5725 5726 |
# File 'lib/v20181119/models.rb', line 5724 def Name @Name end |
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
5724 5725 5726 |
# File 'lib/v20181119/models.rb', line 5724 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
5733 5734 5735 5736 5737 5738 |
# File 'lib/v20181119/models.rb', line 5733 def deserialize(params) @Type = params['Type'] @Name = params['Name'] @IDNumber = params['IDNumber'] @HistoryNumber = params['HistoryNumber'] end |