gads
Version:
An unofficial JS client library for the SOAP-based DFP Ads API
13 lines (12 loc) • 334 B
TypeScript
import { BaseObject } from './baseObject';
export interface Network extends BaseObject {
id?: number;
displayName?: string;
networkCode?: string;
propertyCode?: string;
timeZone?: string;
currencyCode?: string;
secondaryCurrencyCodes?: string[];
effectiveRootAdUnitId?: string;
isTest?: boolean;
}