Sha256: cdcf960a1378f517949483182fb8002b2a442d8815d2daf8859e38cb9981d81b
Contents?: true
Size: 542 Bytes
Versions: 50
Compression:
Stored size: 542 Bytes
Contents
# 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 ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::LocationMessageLocation.new(address: null, name: null) ```
Version data entries
50 entries across 50 versions & 1 rubygems