Delen via


LargePersonGroupPersonListResponse type

Bevat antwoordgegevens voor de lijstbewerking.

type LargePersonGroupPersonListResponse = Person[] & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Person[] }
}