次の方法で共有


GetServiceEventListResponse type

getServiceEventList 操作の応答データが含まれています。

type GetServiceEventListResponse = ServiceEventUnion[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceEventUnion[]
  }
}