Skip to content

[F] getPagedResult

function getPagedResult(program, entity):
| undefined
| PagedResultMetadata;

Retrieves PagedResultMetadata for a model, if available. If passed an operation, this will search the operations return type for any paged response and return the PagedResultMetadata for that response.

ParameterType
programProgram
entityModel | Operation

| undefined | PagedResultMetadata