Class: TencentCloud::Mrs::V20200910::BirthPlaceBlock

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200910/models.rb

Overview

出生地

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#NameObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Value:

    对外输出值



733
734
735
# File 'lib/v20200910/models.rb', line 733

def Name
  @Name
end

#SrcObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Value:

    对外输出值



733
734
735
# File 'lib/v20200910/models.rb', line 733

def Src
  @Src
end

#ValueObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Value:

    对外输出值



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