Interface PatchTimeSeriesIdentifierDescriptorWithTimeseriesIdRequest

interface PatchTimeSeriesIdentifierDescriptorWithTimeseriesIdRequest {
    active?: boolean;
    intervalOffset?: number;
    office: string;
    snapBackward?: number;
    snapForward?: number;
    timeseriesId: string;
    timeseriesId2: string;
}

Properties

active?: boolean
intervalOffset?: number
office: string
snapBackward?: number
snapForward?: number
timeseriesId: string
timeseriesId2: string