Interface GetTimeSeriesGroupRequest

interface GetTimeSeriesGroupRequest {
    includeAssigned?: boolean;
    office?: string;
    timeseriesCategoryLike?: string;
    timeseriesGroupLike?: string;
}

Properties

includeAssigned?: boolean
office?: string
timeseriesCategoryLike?: string
timeseriesGroupLike?: string