Delen via


AnnotationsListResponse type

Bevat antwoordgegevens voor de lijstbewerking.

type AnnotationsListResponse = AnnotationsListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: AnnotationsListResult
  }
}