ReportResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the report. | [default to null] |
| reporter_profile_id | Long | Profile ID of the user who submitted the report. | [default to null] |
| target_id | Long | ID of the target entity that was reported. | [default to null] |
| target_type | CommunityReportTargetType | Type of the target entity that was reported. | [default to null] |
| reason | String | Reason provided for the report. | [default to null] |
| status | CommunityReportStatus | Current status of the report. | [default to null] |
| created_at | Date | Timestamp when the report was created. | [default to null] |
| updated_at | Date | Timestamp when the report was last updated. | [default to null] |