Sha256: 4d88d0be0632a719ab95cd4d3f637cc2711b1ca8d33a73fc9e5219f3d5dfbba0
Contents?: true
Size: 1.16 KB
Versions: 10
Compression:
Stored size: 1.16 KB
Contents
# KlaviyoAPI::ProfileLocation ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **address1** | **String** | First line of street address | [optional] | | **address2** | **String** | Second line of street address | [optional] | | **city** | **String** | City name | [optional] | | **country** | **String** | Country name | [optional] | | **latitude** | [**ProfileLocationLatitude**](ProfileLocationLatitude.md) | | [optional] | | **longitude** | [**ProfileLocationLongitude**](ProfileLocationLongitude.md) | | [optional] | | **region** | **String** | Region within a country, such as state or province | [optional] | | **zip** | **String** | Zip code | [optional] | | **timezone** | **String** | Time zone name. We recommend using time zones from the IANA Time Zone Database. | [optional] | | **ip** | **String** | IP Address | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ProfileLocation.new( address1: 89 E 42nd St, address2: 1st floor, city: New York, country: United States, latitude: null, longitude: null, region: NY, zip: 10017, timezone: America/New_York, ip: 127.0.0.1 ) ```
Version data entries
10 entries across 10 versions & 1 rubygems