Method: PhoneComClient::CreateSmsParams.attribute_map

Defined in:
lib/phone_com_client/models/create_sms_params.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



30
31
32
33
34
35
36
37
# File 'lib/phone_com_client/models/create_sms_params.rb', line 30

def self.attribute_map
  {
    :'from' => :'from',
    :'to' => :'to',
    :'text' => :'text',
    :'extension_id' => :'extension_id'
  }
end