Class: TencentCloud::Mrs::V20200910::BiologicalProductInfoName
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::BiologicalProductInfoName
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20200910/models.rb
Overview
药品名称,包括通用名和商品名
Instance Attribute Summary collapse
-
#BarndName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#EnName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#GenericName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Pinyin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Text ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(text = nil, genericname = nil, barndname = nil, enname = nil, pinyin = nil) ⇒ BiologicalProductInfoName
constructor
A new instance of BiologicalProductInfoName.
Constructor Details
#initialize(text = nil, genericname = nil, barndname = nil, enname = nil, pinyin = nil) ⇒ BiologicalProductInfoName
Returns a new instance of BiologicalProductInfoName.
552 553 554 555 556 557 558 |
# File 'lib/v20200910/models.rb', line 552 def initialize(text=nil, genericname=nil, =nil, enname=nil, =nil) @Text = text @GenericName = genericname @BarndName = @EnName = enname @Pinyin = end |
Instance Attribute Details
#BarndName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
547 548 549 |
# File 'lib/v20200910/models.rb', line 547 def BarndName @BarndName end |
#EnName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
547 548 549 |
# File 'lib/v20200910/models.rb', line 547 def EnName @EnName end |
#GenericName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
547 548 549 |
# File 'lib/v20200910/models.rb', line 547 def GenericName @GenericName end |
#Pinyin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
547 548 549 |
# File 'lib/v20200910/models.rb', line 547 def Pinyin @Pinyin end |
#Text ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
547 548 549 |
# File 'lib/v20200910/models.rb', line 547 def Text @Text end |
Instance Method Details
#deserialize(params) ⇒ Object
560 561 562 563 564 565 566 |
# File 'lib/v20200910/models.rb', line 560 def deserialize(params) @Text = params['Text'] @GenericName = params['GenericName'] @BarndName = params['BarndName'] @EnName = params['EnName'] @Pinyin = params['Pinyin'] end |