CommitmentPlansListNextResponse type
Contiene datos de respuesta para la operación listNext.
type CommitmentPlansListNextResponse = CommitmentPlanListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CommitmentPlanListResult
}
}