interface ResponseRouteConsentAllGetEntity {
    blocker?: number;
    blocker_thumbnail?: VisualThumbnail & {
        id: number;
    };
    button_clicked: ClickableButtonsNamed;
    context: string;
    created: string;
    custom_bypass?: "geolocation";
    decision: DecisionConsentGroups;
    decision_labels: string[];
    design_version: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
    dnt: boolean;
    forwarded?: number;
    forwarded_blocker: boolean;
    gcm_consent?: EServiceTemplateGoogleConsentModeTypes[];
    id: number;
    ipv4?: string;
    ipv4_hash: string;
    ipv6?: string;
    ipv6_hash: string;
    plugin_version: string;
    previous_decision?: DecisionConsentGroups;
    previous_gcm_consent?: EServiceTemplateGoogleConsentModeTypes[];
    previous_tcf_string?: string;
    recorder?: string;
    referer: string;
    revision_hash: string;
    revision_independent_hash: string;
    tcf_string?: string;
    ui_view?: "initial" | "change";
    url_imprint: string;
    url_privacy_policy: string;
    user_country?: string;
    uuid: string;
    viewport_height: number;
    viewport_width: number;
}

Properties

blocker?: number
blocker_thumbnail?: VisualThumbnail & {
    id: number;
}

Type declaration

  • id: number
button_clicked: ClickableButtonsNamed
context: string
created: string
custom_bypass?: "geolocation"
decision_labels: string[]
design_version: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12
dnt: boolean
forwarded?: number
forwarded_blocker: boolean
gcm_consent?: EServiceTemplateGoogleConsentModeTypes[]
id: number
ipv4?: string
ipv4_hash: string
ipv6?: string
ipv6_hash: string
plugin_version: string
previous_decision?: DecisionConsentGroups
previous_gcm_consent?: EServiceTemplateGoogleConsentModeTypes[]
previous_tcf_string?: string
recorder?: string
referer: string
revision_hash: string
revision_independent_hash: string
tcf_string?: string
ui_view?: "initial" | "change"
url_imprint: string
url_privacy_policy: string
user_country?: string
uuid: string
viewport_height: number
viewport_width: number