Scaleway · Schema

scaleway.transactional_email.v1alpha1.ListWebhookEventsResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
total_count integer Number of Webhook events matching the requested criteria.
webhook_events array Single page of Webhook events matching the requested criteria.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewaytransactional-emailv1alpha1listwebhookeventsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.transactional_email.v1alpha1.ListWebhookEventsResponse",
  "title": "scaleway.transactional_email.v1alpha1.ListWebhookEventsResponse",
  "type": "object",
  "properties": {
    "total_count": {
      "type": "integer",
      "description": "Number of Webhook events matching the requested criteria.",
      "format": "uint64"
    },
    "webhook_events": {
      "type": "array",
      "description": "Single page of Webhook events matching the requested criteria.",
      "items": {
        "$ref": "#/components/schemas/scaleway.transactional_email.v1alpha1.WebhookEvent"
      }
    }
  },
  "x-properties-order": [
    "total_count",
    "webhook_events"
  ]
}