Interface DeleteProjectsWithOfficeWithProjectIdWaterUserWithWaterUserContractsWithContractNameRequest

interface DeleteProjectsWithOfficeWithProjectIdWaterUserWithWaterUserContractsWithContractNameRequest {
    contractName: string;
    method?: DeleteMethod;
    office: string;
    projectId: string;
    waterUser: string;
}

Properties

contractName: string
method?: DeleteMethod
office: string
projectId: string
waterUser: string