# StandardReport


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**type** | [**ReportType**](ReportType.md) |  | [default to undefined]
**category** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**dateType** | [**EventReportDateType**](EventReportDateType.md) |  | [default to undefined]
**favorite** | **boolean** |  | [default to undefined]
**rowLink** | **string** |  | [optional] [default to undefined]
**rowData** | **Array&lt;object&gt;** |  | [default to undefined]
**colDefs** | **Array&lt;object&gt;** |  | [default to undefined]
**nextCursor** | **number** |  | [default to undefined]

## Example

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

const instance: StandardReport = {
    id,
    type,
    category,
    name,
    description,
    dateType,
    favorite,
    rowLink,
    rowData,
    colDefs,
    nextCursor,
};
```

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