次の方法で共有


GetServicesEventListResponse type

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

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