TestJobGetResponse type

get 操作の応答データが含まれます。

type TestJobGetResponse = TestJob & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TestJob }
}