Interface DeleteTimeSeriesWithTimeseriesRequest

interface DeleteTimeSeriesWithTimeseriesRequest {
    begin: string;
    end: string;
    endTimeInclusive?: boolean;
    maxVersion?: boolean;
    office: string;
    overrideProtection?: boolean;
    startTimeInclusive?: boolean;
    timeseries: string;
    timezone?: string;
    versionDate?: string;
}

Properties

begin: string
end: string
endTimeInclusive?: boolean
maxVersion?: boolean
office: string
overrideProtection?: boolean
startTimeInclusive?: boolean
timeseries: string
timezone?: string
versionDate?: string