PersonGroupPersonListResponse type
Contains response data for the list operation.
type PersonGroupPersonListResponse = Person[] & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Person[] }
}