# EventSessionLocationCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**location** | **string** |  | [optional] [default to undefined]
**name** | **string** |  | [default to undefined]
**room** | **string** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**imageId** | **string** |  | [optional] [default to undefined]
**address1** | **string** |  | [optional] [default to undefined]
**address2** | **string** |  | [optional] [default to undefined]
**city** | **string** |  | [optional] [default to undefined]
**state** | **string** |  | [optional] [default to undefined]
**country** | **string** |  | [optional] [default to undefined]
**zip** | **string** |  | [optional] [default to undefined]
**latitude** | **number** |  | [optional] [default to undefined]
**longitude** | **number** |  | [optional] [default to undefined]

## Example

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

const instance: EventSessionLocationCreateInputs = {
    location,
    name,
    room,
    description,
    imageId,
    address1,
    address2,
    city,
    state,
    country,
    zip,
    latitude,
    longitude,
};
```

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