Interface DeleteProjectsWithOfficeWithProjectIdGateChangesRequest

interface DeleteProjectsWithOfficeWithProjectIdGateChangesRequest {
    begin: string;
    end: string;
    office: string;
    overrideProtection?: boolean;
    projectId: string;
}

Properties

begin: string
end: string
office: string
overrideProtection?: boolean
projectId: string