UNPKG

dfp-lib

Version:

This project hosts the Node.JS client library for the SOAP-based DFP API at Google.

15 lines (14 loc) 608 B
import { XMLElement } from '../../common/soap/xmlElement'; export declare class Network extends XMLElement { protected static XSI_TYPE: string; id: number; displayName: string; networkCode: string; propertyCode: string; timeZone: string; currencyCode: string; secondaryCurrencyCodes: string[]; effectiveRootAdUnitId: string; isTest: boolean; constructor(id?: number, displayName?: string, networkCode?: string, propertyCode?: string, timeZone?: string, currencyCode?: string, secondaryCurrencyCodes?: string[], effectiveRootAdUnitId?: string, isTest?: boolean); }