Interface GetTimeSeriesProfileInstanceWithLocationIdWithParameterIdWithVersionRequest

interface GetTimeSeriesProfileInstanceWithLocationIdWithParameterIdWithVersionRequest {
    end: Date;
    endTimeInclusive?: boolean;
    locationId: string;
    maxVersion?: boolean;
    next?: boolean;
    office: string;
    page?: string;
    pageSize?: number;
    parameterId: string;
    previous?: boolean;
    start: Date;
    startTimeInclusive?: boolean;
    timezone?: string;
    unit: string;
    version: string;
    versionDate?: Date;
}

Properties

end: Date
endTimeInclusive?: boolean
locationId: string
maxVersion?: boolean
next?: boolean
office: string
page?: string
pageSize?: number
parameterId: string
previous?: boolean
start: Date
startTimeInclusive?: boolean
timezone?: string
unit: string
version: string
versionDate?: Date