UNPKG

@niur/google-admanager-api

Version:
15 lines 658 B
/** * Represents a {@link https://developers.google.com/ad-manager/api/reference/v202202/LabelService.Label Label} that can be applied to an entity. * To negate an inherited label, create an **`AppliedLabel`** with **`labelId`** as the inherited label's ID and **`isNegated`** set to true. */ export declare type AppliedLabel = { /** * The ID of a created {@link https://developers.google.com/ad-manager/api/reference/v202202/LabelService.Label Label}. */ labelId: number; /** * **isNegated** should be set to true to negate the effects of **labelId**. */ isNegated: boolean; }; //# sourceMappingURL=label.type.d.ts.map