SunshineConversationsClient::LocationMessageLocation

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
addressStringA string representing the address of the location.[optional]
nameStringA string representing the name of the location.[optional]

Example

require 'sunshine-conversations-client'

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