/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

export type Metrics = {
    /**
     * Defines the begin of the time range.
     */
    begin_time: string;
    /**
     * Defines the end of the time range.
     */
    end_time: string;
}
