Scaleway · Schema

scaleway.transactional_email.v1alpha1.ListOfferSubscriptionsResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
total_count integer Number of offer-subscriptions matching the requested criteria.
offer_subscriptions array Single page of offer-subscriptions matching the requested criteria.
View JSON Schema on GitHub

JSON Schema

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