lib/messente_api/models/sms.rb in messente_api-1.0.1 vs lib/messente_api/models/sms.rb in messente_api-1.0.2

- old
+ new

@@ -1,11 +1,11 @@ =begin #Messente API #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. -The version of the OpenAPI document: 1.0.1 +The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 4.0.0 =end @@ -22,15 +22,16 @@ attr_accessor :sender # After how many minutes this channel is considered as failed and the next channel is attempted attr_accessor :validity - # Defines how non-GSM characters will be treated: - \"on\" Use replacement settings from the account's [API Auto Replace settings page](https://dashboard.messente.com/api-settings/auto-replace)(default) - \"full\" All non GSM 03.38 characters will be replaced with suitable alternatives - \"off\" Message content is not modified in any way + # Defines how non-GSM characters will be treated: - \"on\" Use replacement settings from the account's [API Auto Replace settings page](https://dashboard.messente.com/api-settings/auto-replace) (default) - \"full\" All non GSM 03.38 characters will be replaced with suitable alternatives - \"off\" Message content is not modified in any way attr_accessor :autoconvert # hex-encoded string containing SMS UDH attr_accessor :udh + # The channel used to deliver the message attr_accessor :channel class EnumAttributeValidator attr_reader :datatype attr_reader :allowable_values