# BaseEventSessionLocation


## 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]

## Example

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

const instance: BaseEventSessionLocation = {
    id,
    name,
    room,
    address1,
    address2,
    zip,
    city,
    state,
    country,
    location,
    image,
};
```

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