# com.gigs.usageThreshold.exceeded

<!-- theme: warning -->
> #### Deprecated
>
> This event is deprecated and will be removed in the future.
> Please use `com.gigs.usageNotification.created` instead. That event fires
> with type `thresholdExceeded` at the same time as this one.


Fires whenever a data, sms or voice usage threshold is exceeded. The
currently-supported thresholds are 70%, 90% and 100%.

## Properties

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `object` | string | Yes | Type of object is always `event`. |
| `id` | string | Yes | Unique identifier for the event. |
| `actor` | object | Yes |  |
| `data` | object | Yes |  |
| `datacontenttype` | string | Yes | The RFC 2046 content-type. |
| `project` | string | Yes | Unique identifier for the project where the event occurred. |
| `source` | string | Yes | URI identifying the event source. |
| `specversion` | string | Yes | The CloudEvents spec version. |
| `time` | string | Yes | Time when the event occurred. |
| `type` | string | Yes | Type is always `com.gigs.usageThreshold.exceeded`. |
| `version` | string | Yes | API version used to serialize the data and the event itself. |
