Name | Type | Description | Notes |
---|---|---|---|
city | String | The city of the location | [optional] |
country | String | The country code of the location. It supports ISO 3166-1 alpha-2 country codes. | [optional] |
state | String | The state of the location | [optional] |
require 'AylienNewsApi'
instance = AylienNewsApi::Location.new(city: null,
country: null,
state: null)