ComputeUsageEventDebugRecord
Debug view: compute_usage_events entry for an endpoint
Properties
| Property | Type | Required | Description |
|---|---|---|---|
event_time |
string | Yes | |
event_type |
string | Yes |
View JSON Schema
{
"type": "object",
"description": "Debug view: compute_usage_events entry for an endpoint",
"required": [
"event_type",
"event_time"
],
"properties": {
"event_time": {
"type": "string"
},
"event_type": {
"type": "string"
}
}
}