$SempMeta:{ properties: { count: { description: "The total number of objects requested, irrespective of page size. This may be a count of all objects in a collection or a filtered subset. It represents a snapshot in time and may change when paging through results."; format: "int64"; type: "number"; }; error: { type: "SempError"; }; paging: { type: "SempPaging"; }; request: { isRequired: true; type: "SempRequest"; }; responseCode: { description: "The HTTP response code, one of 200 (success), 4xx (client error), or 5xx (server error)."; format: "int32"; isRequired: true; type: "number"; }; }; } = ...
Type declaration
properties: { count: { description: "The total number of objects requested, irrespective of page size. This may be a count of all objects in a collection or a filtered subset. It represents a snapshot in time and may change when paging through results."; format: "int64"; type: "number"; }; error: { type: "SempError"; }; paging: { type: "SempPaging"; }; request: { isRequired: true; type: "SempRequest"; }; responseCode: { description: "The HTTP response code, one of 200 (success), 4xx (client error), or 5xx (server error)."; format: "int32"; isRequired: true; type: "number"; }; }
count: { description: "The total number of objects requested, irrespective of page size. This may be a count of all objects in a collection or a filtered subset. It represents a snapshot in time and may change when paging through results."; format: "int64"; type: "number"; }
description: "The total number of objects requested, irrespective of page size. This may be a count of all objects in a collection or a filtered subset. It represents a snapshot in time and may change when paging through results."