NexSDK
    Preparing search index...

    Interface PropertyListResponse

    interface PropertyListResponse {
        items: PropertyResponse[];
        next_cursor?: PropertyListResponseNextCursor;
    }
    Index

    Properties

    Properties

    next_cursor?: PropertyListResponseNextCursor