Type Alias OutboundCallingListCommonAreaLevelOutboundCallingExceptionRulesResponse

OutboundCallingListCommonAreaLevelOutboundCallingExceptionRulesResponse: {
    exception_rules?: {
        comment?: string;
        id?: string;
        match_type?: string;
        prefix_number?: string;
        rule?: number;
        status?: string;
    }[];
    next_page_token?: string;
    page_size?: number;
}