PersonGroupPersonGetResponse type

Contains response data for the get operation.

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