GetPartitionsEventListResponse type
Содержит данные ответа для операции getPartitionsEventList.
type GetPartitionsEventListResponse = PartitionEventUnion[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PartitionEventUnion[]
}
}