# CoboWaas2.Report

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**report_id** | **String** | The report ID generated by Cobo. | 
**report_types** | [**[ReportType]**](ReportType.md) | The types of the report. | 
**start_time** | **Number** | The start time of the report. Unix timestamp measured in seconds. | 
**end_time** | **Number** | The end time of the report. Unix timestamp measured in seconds. | 
**created_timestamp** | **Number** | The created time of the report. Unix timestamp measured in seconds. | 
**report_url** | **String** | The URL of the report. | [optional] 
**report_export_format** | [**ReportExportFormat**](ReportExportFormat.md) |  | 
**report_status** | [**ReportStatus**](ReportStatus.md) |  | 
**initiator** | **String** | The initiator of this report. Usually the API key used to generate the report. | 


