@adcp/client API Reference - v3.11.2
    Preparing search index...

    Interface CreatePropertyListResponse

    A source of properties for a property list. Supports three selection patterns: publisher with tags, publisher with property IDs, or direct identifiers.

    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