SearchFoldersResponse

Response message for searching folders.

API ManagementCloud ComputingInfrastructurePlatform as a Service

Properties

Name Type Description
folders array The list of folders matching the search criteria.
nextPageToken string Pagination token for the next page of results.
View JSON Schema on GitHub

JSON Schema

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