# ImportRoomsRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**roomNames** | **Array&lt;string&gt;** |  | [default to undefined]
**roomTypeId** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: ImportRoomsRequest = {
    roomNames,
    roomTypeId,
};
```

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