# SignalReport
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> | Name of the attack type. |
**display_name** | Option<**String**> | Display name of the attack type. |
**count** | Option<**i32**> | Total count of attacks of this type. |
**top_workspaces** | Option<[**Vec<crate::models::TopWorkspace>**](TopWorkspace.md)> | Top workspaces affected by this attack type. |
[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)