LargePersonGroupGetTrainingStatusResponse type
Contains response data for the getTrainingStatus operation.
type LargePersonGroupGetTrainingStatusResponse = TrainingStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: TrainingStatus
}
}