@guardian/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
17 lines • 720 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CustomTargetingValueStruct = void 0;
const superstruct_1 = require("superstruct");
const customTargeting_enum_1 = require("./customTargeting.enum");
/**
* Represents a CustomTargetingValue struct
*/
exports.CustomTargetingValueStruct = (0, superstruct_1.object)({
customTargetingKeyId: (0, superstruct_1.number)(),
id: (0, superstruct_1.number)(),
name: (0, superstruct_1.string)(),
displayName: (0, superstruct_1.string)(),
matchType: customTargeting_enum_1.CustomTargetingValueMatchTypeEnum,
status: customTargeting_enum_1.CustomTargetingValueStatusEnum,
});
//# sourceMappingURL=customTargeting.type.js.map