LargePersonGroupPersonGetResponse type
Contains response data for the get operation.
type LargePersonGroupPersonGetResponse = Person & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Person }
}