Interface DeleteTimeSeriesIdentifierDescriptorWithNameRequest

interface DeleteTimeSeriesIdentifierDescriptorWithNameRequest {
    method: DeleteMethod;
    name: string;
    office: string;
    timeseriesId: string;
}

Properties

method: DeleteMethod
name: string
office: string
timeseriesId: string