interface FilterSubscribeResponse {
    requestId: string;
    statusCode: number;
    statusDesc?: string;
}

Properties

requestId: string
statusCode: number
statusDesc?: string

Generated using TypeDoc