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

    Interface CreatePropertyListResponse

    Response payload for create_property_list task

    interface CreatePropertyListResponse {
        list: PropertyList;
        auth_token: string;
        ext?: ExtensionObject;
    }
    Index

    Properties

    Properties

    auth_token: string

    Token that can be shared with sellers to authorize fetching this list. Store this - it is only returned at creation time.

    ext?: ExtensionObject