Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 450 Bytes

File metadata and controls

22 lines (16 loc) · 450 Bytes

OpenapiClient::LocationMessagePayload

Properties

Name Type Description Notes
location LocationMessagePayloadLocation
to String
url String [optional]

Example

require 'openapi_client'

instance = OpenapiClient::LocationMessagePayload.new(
  location: null,
  to: null,
  url: null
)