Interface GetTimeSeriesIdentifierDescriptorWithNameRequest

interface GetTimeSeriesIdentifierDescriptorWithNameRequest {
    name: string;
    office: string;
    timeseriesId: string;
}

Properties

name: string
office: string
timeseriesId: string