GetServicesEventListResponse type
getServicesEventList 操作の応答データが含まれています。
type GetServicesEventListResponse = ServiceEventUnion[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceEventUnion[]
}
}