interface ListServerEventsResponse {
    events: Dedibox.v1.ServerEvent[];
    totalCount: number;
}

Properties

Properties

Server events that match filters.

totalCount: number

Total count of matching server events.