Response schema for listing locations using GET /v1/locations/{locationId}.
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | Unique location ID, assigned by the Voucherify API. | [optional] |
| Object | string | The type of the object represented by JSON. This object stores information about a `location`. | [optional] |
| Name | string | Location name. | [optional] |
| Shape | LocationsGetResponseBodyShape | [optional] | |
| CreatedAt | DateTimeOffset? | Timestamp representing the date and time when the location was created. The value is shown in the ISO 8601 format. | [optional] |
| UpdatedAt | DateTimeOffset? | Timestamp representing the date and time when the location was updated. The value is shown in the ISO 8601 format. | [optional] |