RegistrationsListNextResponse type
Contém dados de resposta para a operação listNext.
type RegistrationsListNextResponse = RegistrationList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RegistrationList
}
}