# MeetingSessionReportSummaryLocation


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**city** | **string** |  | [default to undefined]
**region** | **string** |  | [default to undefined]
**country** | **string** |  | [default to undefined]
**org** | **string** |  | [default to undefined]

## Example

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

const instance: MeetingSessionReportSummaryLocation = {
    city,
    region,
    country,
    org,
};
```

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