@dolbyio/dolbyio-rest-apis-client - v5.1.1
    Preparing search index...

    Interface GeoRestrictions

    Represents the geo restriction rules.

    interface GeoRestrictions {
        allowedCountries: string[];
        deniedCountries: string[];
    }
    Index

    Properties

    allowedCountries: string[]

    List of allowed countries.

    deniedCountries: string[]

    List of restricted countries.