[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.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
program | Program |
entity | Model | Operation |
Returns
Section titled “Returns”| undefined
| PagedResultMetadata