Interface DeleteTimeSeriesProfileInstanceWithLocationIdWithParameterIdWithVersionRequest

interface DeleteTimeSeriesProfileInstanceWithLocationIdWithParameterIdWithVersionRequest {
    date: Date;
    locationId: string;
    office: string;
    overrideProtection?: boolean;
    parameterId: string;
    timezone?: string;
    version: string;
    versionDate: Date;
}

Properties

date: Date
locationId: string
office: string
overrideProtection?: boolean
parameterId: string
timezone?: string
version: string
versionDate: Date