ModelUpdateSubListResponse type
Contiene datos de respuesta para la operación updateSubList.
type ModelUpdateSubListResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}