Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 648 Bytes

File metadata and controls

24 lines (18 loc) · 648 Bytes

Zernio::CreateInboxConversationRequestHeaderLocation

Properties

Name Type Description Notes
latitude Float Latitude in decimal degrees.
longitude Float Longitude in decimal degrees.
name String Location name shown to the recipient (e.g. a business name). [optional]
address String Location address shown to the recipient. [optional]

Example

require 'zernio-sdk'

instance = Zernio::CreateInboxConversationRequestHeaderLocation.new(
  latitude: null,
  longitude: null,
  name: null,
  address: null
)