Scaleway · Schema

scaleway.functions.v1beta1.ListTriggersResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
total_count integer Total count of existing triggers (matching any filters specified).
triggers array Triggers on this page.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayfunctionsv1beta1listtriggersresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.functions.v1beta1.ListTriggersResponse",
  "title": "scaleway.functions.v1beta1.ListTriggersResponse",
  "type": "object",
  "properties": {
    "total_count": {
      "type": "integer",
      "description": "Total count of existing triggers (matching any filters specified).",
      "format": "uint32"
    },
    "triggers": {
      "type": "array",
      "description": "Triggers on this page.",
      "items": {
        "$ref": "#/components/schemas/scaleway.functions.v1beta1.Trigger"
      }
    }
  },
  "x-properties-order": [
    "total_count",
    "triggers"
  ]
}