Interface PostTimeSeriesProfileParserRequest

interface PostTimeSeriesProfileParserRequest {
    failIfExists?: boolean;
    timeSeriesProfileParserIndexed: TimeSeriesProfileParserIndexed;
}

Properties

failIfExists?: boolean
timeSeriesProfileParserIndexed: TimeSeriesProfileParserIndexed