@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Interface PropertyListFilters

    Dynamic filters to apply when resolving the list

    interface PropertyListFilters {
        countries_all?: [string, ...string[]];
        channels_any?: [MediaChannel, ...MediaChannel[]];
        property_types?: [PropertyType, ...PropertyType[]];
        feature_requirements?: [FeatureRequirement, ...FeatureRequirement[]];
        exclude_identifiers?: [Identifier, ...Identifier[]];
    }
    Index

    Properties

    countries_all?: [string, ...string[]]

    Property must have feature data for ALL listed countries (ISO codes). When omitted, no country restriction is applied.

    1

    channels_any?: [MediaChannel, ...MediaChannel[]]

    Property must support ANY of the listed channels. When omitted, no channel restriction is applied.

    1

    property_types?: [PropertyType, ...PropertyType[]]

    Filter to these property types

    1

    feature_requirements?: [FeatureRequirement, ...FeatureRequirement[]]

    Feature-based requirements. Property must pass ALL requirements (AND logic).

    1

    exclude_identifiers?: [Identifier, ...Identifier[]]

    Identifiers to always exclude from results

    1