Apigee · Schema

ListRuntimeProjectAttachmentsResponse

Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationMicroservicesMCPMonetization

Properties

Name Type Description
runtimeProjectAttachments array
nextPageToken string
totalSize integer
View JSON Schema on GitHub

JSON Schema

apigee-listruntimeprojectattachmentsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListRuntimeProjectAttachmentsResponse",
  "title": "ListRuntimeProjectAttachmentsResponse",
  "type": "object",
  "properties": {
    "runtimeProjectAttachments": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/RuntimeProjectAttachment"
      }
    },
    "nextPageToken": {
      "type": "string"
    },
    "totalSize": {
      "type": "integer",
      "format": "int32"
    }
  }
}