[F] getPagedResult
function getPagedResult(program, entity): | undefined | PagedResultMetadataRetrieves 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
| Parameter | Type |
|---|---|
program | Program |
entity | Model | Operation |
Returns
| undefined
| PagedResultMetadata