Interface DeleteForecastSpecWithNameRequest

interface DeleteForecastSpecWithNameRequest {
    designator: string;
    method?: DeleteMethod;
    name: string;
    office: string;
}

Properties

designator: string
method?: DeleteMethod
name: string
office: string