Interface DeleteProjectsEmbankmentsWithNameRequest

interface DeleteProjectsEmbankmentsWithNameRequest {
    method?: DeleteMethod;
    name: string;
    office: string;
}

Properties

Properties

method?: DeleteMethod
name: string
office: string