tunnel_deleted_at

Timestamp of when the resource was deleted. If `null`, the resource has not been deleted.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tunnel-deleted-at-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tunnel_deleted_at",
  "title": "tunnel_deleted_at",
  "description": "Timestamp of when the resource was deleted. If `null`, the resource has not been deleted.",
  "example": "2009-11-10T23:00:00Z",
  "format": "date-time",
  "type": "string"
}