# egoisdk.AdvancedReport ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **advancedReportId** | **Number** | | [optional] [readonly] **title** | **String** | Advanced report title | [optional] **hash** | **String** | Advanced report hash | [optional] **file** | **String** | Advanced report file | [optional] **status** | **String** | Advanced report status | [optional] **created** | **Date** | | [optional] ## Enum: StatusEnum * `queued` (value: `"queued"`) * `running` (value: `"running"`) * `finished` (value: `"finished"`) * `stopped` (value: `"stopped"`) * `canceled` (value: `"canceled"`) * `paused` (value: `"paused"`) * `error` (value: `"error"`)