Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 471 Bytes

LocationMessagePayloadLocation.md

File metadata and controls

24 lines (18 loc) · 471 Bytes

OpenapiClient::LocationMessagePayloadLocation

Properties

Name Type Description Notes
address String [optional]
latitude Float
longitude Float
name String

Example

require 'openapi_client'

instance = OpenapiClient::LocationMessagePayloadLocation.new(
  address: null,
  latitude: null,
  longitude: null,
  name: null
)