Interface GetTimeSeriesGroupWithGroupIdRequest

interface GetTimeSeriesGroupWithGroupIdRequest {
    categoryId: string;
    categoryOfficeId: string;
    groupId: string;
    groupOfficeId: string;
    office: string;
}

Properties

categoryId: string
categoryOfficeId: string
groupId: string
groupOfficeId: string
office: string