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] |
require 'SunshineConversationsClient'
instance = SunshineConversationsClient::LocationMessageLocation.new(address: null,
name: null)