Type Alias OutboundCallingListCommonAreaLevelOutboundCallingExceptionRulesQueryParams

OutboundCallingListCommonAreaLevelOutboundCallingExceptionRulesQueryParams: {
    country?: string;
    keyword?: string;
    match_type?: string;
    next_page_token?: string;
    page_size?: number;
    status?: string;
}