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