Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 542 Bytes

LocationMessageLocation.md

File metadata and controls

19 lines (12 loc) · 542 Bytes

SunshineConversationsClient::LocationMessageLocation

Properties

Name Type Description Notes
address String A string representing the address of the location. [optional]
name String A string representing the name of the location. [optional]

Code Sample

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::LocationMessageLocation.new(address: null,
                                 name: null)