interface GetBlockNumbersRequest {
    blockGroupId?: string;
    blockNumberId?: string;
    limit?: number;
    memo?: string | { like: string };
    phoneNumber?: string;
    startKey?: string;
}

Implemented by

Properties

blockGroupId?: string

수신 차단 그룹 핸들키

blockNumberId?: string

수신 차단 그룹 별 수신번호 핸들키

limit?: number

조회 시 제한할 건 수 (기본: 20, 최대: 500)

memo?: string | { like: string }

수신 차단 그룹 별 수신번호 목록에 대한 메모 (부분 검색 가능)

phoneNumber?: string

해당 그룹의 발신번호를 차단한 수신번호

startKey?: string

페이지네이션 조회 키