GetCorrelatedEventListResponse type
getCorrelatedEventList 操作の応答データを格納します。
type GetCorrelatedEventListResponse = FabricEventUnion[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: FabricEventUnion[]
}
}