Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 680 Bytes

File metadata and controls

24 lines (18 loc) · 680 Bytes

EzmaxApi::CustomUserNameResponse

Properties

Name Type Description Notes
s_contacttitle_name_x String The name of the Contacttitle in the language of the requester [optional]
s_user_lastname String The last name of the user
s_user_firstname String The first name of the user
s_user_jobtitle String The job title of the user [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::CustomUserNameResponse.new(
  s_contacttitle_name_x: Sir,
  s_user_lastname: Doe,
  s_user_firstname: John,
  s_user_jobtitle: Sales Representative
)