@adcp/client API Reference - v4.19.0
    Preparing search index...

    Interface ListPropertyListsResponse

    Response payload for list_property_lists task

    interface ListPropertyListsResponse {
        lists: PropertyList[];
        pagination?: PaginationResponse;
        ext?: ExtensionObject;
    }
    Index

    Properties

    lists: PropertyList[]

    Array of property lists (metadata only, not resolved properties)

    pagination?: PaginationResponse
    ext?: ExtensionObject