$SempPaging:{ properties: { cursorQuery: { description: "The cursor, or position, for the next page of objects. Use this as the `cursor` query parameter of the next request."; isRequired: true; type: "string"; }; nextPageUri: { description: "The URI of the next page of objects. `cursorQuery` is already embedded within this URI."; isRequired: true; type: "string"; }; }; } = ...
Type declaration
properties: { cursorQuery: { description: "The cursor, or position, for the next page of objects. Use this as the `cursor` query parameter of the next request."; isRequired: true; type: "string"; }; nextPageUri: { description: "The URI of the next page of objects. `cursorQuery` is already embedded within this URI."; isRequired: true; type: "string"; }; }
cursorQuery: { description: "The cursor, or position, for the next page of objects. Use this as the `cursor` query parameter of the next request."; isRequired: true; type: "string"; }
description: "The cursor, or position, for the next page of objects. Use this as the `cursor` query parameter of the next request."
isRequired: true
type: "string"
nextPageUri: { description: "The URI of the next page of objects. `cursorQuery` is already embedded within this URI."; isRequired: true; type: "string"; }
description: "The URI of the next page of objects. `cursorQuery` is already embedded within this URI."