Class: TencentCloud::Mrs::V20200910::BirthPlaceBlock
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::BirthPlaceBlock
- Defined in:
- lib/v20200910/models.rb
Overview
出生地
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, src = nil, value = nil) ⇒ BirthPlaceBlock
constructor
A new instance of BirthPlaceBlock.
Constructor Details
#initialize(name = nil, src = nil, value = nil) ⇒ BirthPlaceBlock
Returns a new instance of BirthPlaceBlock.
735 736 737 738 739 |
# File 'lib/v20200910/models.rb', line 735 def initialize(name=nil, src=nil, value=nil) @Name = name @Src = src @Value = value end |
Instance Attribute Details
#Name ⇒ Object
733 734 735 |
# File 'lib/v20200910/models.rb', line 733 def Name @Name end |
#Src ⇒ Object
733 734 735 |
# File 'lib/v20200910/models.rb', line 733 def Src @Src end |
#Value ⇒ Object
733 734 735 |
# File 'lib/v20200910/models.rb', line 733 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
741 742 743 744 745 |
# File 'lib/v20200910/models.rb', line 741 def deserialize(params) @Name = params['Name'] @Src = params['Src'] @Value = params['Value'] end |