@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface UpdateFieldEntry

    interface UpdateFieldEntry {
        update_fields: readonly string[];
        rollup: readonly MediaBuyValidAction[] | null;
        deprecated: boolean;
    }
    Index

    Properties

    update_fields: readonly string[]

    Dotted paths into the update_media_buy request body this action covers.

    rollup: readonly MediaBuyValidAction[] | null

    Fine-grained values this action rolls up to (legacy coarse actions only).

    deprecated: boolean

    True for x-deprecated-enum-values (legacy coarse vocabulary).