Interface PostProjectsStatusUpdateWithNameRequest

interface PostProjectsStatusUpdateWithNameRequest {
    applicationId: string;
    begin?: string;
    end?: string;
    name: string;
    office: string;
    sourceId?: string;
    timeseriesId?: string;
}

Properties

applicationId: string
begin?: string
end?: string
name: string
office: string
sourceId?: string
timeseriesId?: string