Type alias MonitorResponseTimes

MonitorResponseTimes: {
    attributes: MonitorResponseTimesAttributes;
    id: string;
    type: "monitor_response_times";
}

Type declaration

  • attributes: MonitorResponseTimesAttributes

    Attributes object - contains all the Monitor Response Time attributes.

  • id: string

    The id of the monitor. String representation of a number

  • type: "monitor_response_times"

Generated using TypeDoc