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