class TencentCloud::Mrs::V20200910::PersonalMedicalHistory

个人史

def deserialize(params)

def deserialize(params)
  @BirthPlace = params['BirthPlace']
  @LivePlace = params['LivePlace']
  @Job = params['Job']
  @SmokeHistory = params['SmokeHistory']
  @AlcoholicHistory = params['AlcoholicHistory']
end

def initialize(birthplace=nil, liveplace=nil, job=nil, smokehistory=nil, alcoholichistory=nil)

def initialize(birthplace=nil, liveplace=nil, job=nil, smokehistory=nil, alcoholichistory=nil)
  @BirthPlace = birthplace
  @LivePlace = liveplace
  @Job = job
  @SmokeHistory = smokehistory
  @AlcoholicHistory = alcoholichistory
end