Delen via


LargePersonGroupPersonGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

type LargePersonGroupPersonGetResponse = Person & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Person }
}