UNPKG

@revxui/api-clients-ts

Version:

swagger client for @revxui/api-clients-ts

37 lines (36 loc) 1.04 kB
/** * Api Documentation * Api Documentation * * OpenAPI spec version: 1.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ import { BaseModel } from './baseModel'; export interface SafeguardResponseDTO { active?: boolean; advertiserId?: number; campaignId?: number; lookbackWindow?: number; nextRunTime?: number; permanentlyBlockOnSecondStrike?: boolean; refreshFrequency?: number; rules?: string; runFrequency?: number; safeguardId?: number; safeguardName?: string; startTime?: number; strategyMappingList?: Array<BaseModel>; targetingScope?: SafeguardResponseDTO.TargetingScopeEnum; } export declare namespace SafeguardResponseDTO { type TargetingScopeEnum = 'APP' | 'INVENTORY' | 'CREATIVE'; const TargetingScopeEnum: { APP: TargetingScopeEnum; INVENTORY: TargetingScopeEnum; CREATIVE: TargetingScopeEnum; }; }