Type Alias OutboundCallingUpdateUserLevelOutboundCallingExceptionRuleRequestBody

OutboundCallingUpdateUserLevelOutboundCallingExceptionRuleRequestBody: {
    exception_rule?: {
        comment?: string;
        country: string;
        match_type: string;
        prefix_number: string;
        status: string;
    };
}