@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface ListPropertyListsResponse

    Response payload for list_property_lists task

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

    Properties

    lists: PropertyList[]

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

    pagination?: PaginationResponse
    context?: ContextObject
    ext?: ExtensionObject