Databricks SDK for JavaScript
    Preparing search index...

    Interface ListPublishedListingsForConsumerRequest

    Listing messages

    interface ListPublishedListingsForConsumerRequest {
        assets?: AssetType[];
        categories?: Category[];
        isFree?: boolean;
        isPrivateExchange?: boolean;
        isStaffPick?: boolean;
        pageSize?: number;
        pageToken?: string;
        providerIds?: string[];
        tags?: ListingTag;
    }
    Index

    Properties

    assets?: AssetType[]

    Matches any of the following asset types

    categories?: Category[]

    Matches any of the following categories

    isFree?: boolean

    Filters each listing based on if it is free.

    isPrivateExchange?: boolean

    Filters each listing based on if it is a private exchange.

    isStaffPick?: boolean

    Filters each listing based on whether it is a staff pick.

    pageSize?: number
    pageToken?: string
    providerIds?: string[]

    Matches any of the following provider ids

    tags?: ListingTag

    Matches listings with this tag