# EventSessionLocation


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**room** | **string** |  | [default to undefined]
**address1** | **string** |  | [default to undefined]
**address2** | **string** |  | [default to undefined]
**zip** | **string** |  | [default to undefined]
**city** | **string** |  | [default to undefined]
**state** | **string** |  | [default to undefined]
**country** | **string** |  | [default to undefined]
**location** | **string** |  | [default to undefined]
**image** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**latitude** | **number** |  | [default to undefined]
**longitude** | **number** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

```typescript
import { EventSessionLocation } from '@connectedxm/admin-sdk';

const instance: EventSessionLocation = {
    id,
    name,
    room,
    address1,
    address2,
    zip,
    city,
    state,
    country,
    location,
    image,
    latitude,
    longitude,
    description,
    createdAt,
    updatedAt,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
