# CustomReportScheduleInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**scheduleExpression** | **string** |  | [optional] [default to undefined]
**scheduleTimezone** | **string** |  | [optional] [default to undefined]
**scheduleEmails** | **Array&lt;string&gt;** |  | [optional] [default to undefined]

## Example

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

const instance: CustomReportScheduleInputs = {
    scheduleExpression,
    scheduleTimezone,
    scheduleEmails,
};
```

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