Class: Telnyx::Models::MessageSendWhatsappResponse::Data::Body::Contact::Address
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(addresses: nil, birthday: nil, emails: nil, name: nil, org: nil, phones: nil, urls: nil) ⇒ Object
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
|
# File 'lib/telnyx/models/message_send_whatsapp_response.rb', line 228
class Address < Telnyx::Internal::Type::BaseModel
optional :city, String
optional :country, String
optional :country_code, String
optional :state, String
optional :street, String
optional :type, String
optional :zip, String
end
|
Instance Attribute Details
#city ⇒ String?
232
|
# File 'lib/telnyx/models/message_send_whatsapp_response.rb', line 232
optional :city, String
|
#country ⇒ String?
237
|
# File 'lib/telnyx/models/message_send_whatsapp_response.rb', line 237
optional :country, String
|
#country_code ⇒ String?
242
|
# File 'lib/telnyx/models/message_send_whatsapp_response.rb', line 242
optional :country_code, String
|
#state ⇒ String?
247
|
# File 'lib/telnyx/models/message_send_whatsapp_response.rb', line 247
optional :state, String
|
#street ⇒ String?
252
|
# File 'lib/telnyx/models/message_send_whatsapp_response.rb', line 252
optional :street, String
|
#type ⇒ String?
257
|
# File 'lib/telnyx/models/message_send_whatsapp_response.rb', line 257
optional :type, String
|
#zip ⇒ String?
262
|
# File 'lib/telnyx/models/message_send_whatsapp_response.rb', line 262
optional :zip, String
|