ListFoldersResponse

Response message for listing folders.

API ManagementCloud ComputingInfrastructurePlatform as a Service

Properties

Name Type Description
folders array The list of folders under the specified parent.
nextPageToken string Pagination token for the next page of results.
View JSON Schema on GitHub

JSON Schema

cloud-resource-manager-list-folders-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListFoldersResponse",
  "type": "object",
  "description": "Response message for listing folders.",
  "properties": {
    "folders": {
      "type": "array",
      "description": "The list of folders under the specified parent."
    },
    "nextPageToken": {
      "type": "string",
      "description": "Pagination token for the next page of results."
    }
  }
}