UNPKG

dfp-lib

Version:

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

8 lines (7 loc) 298 B
import { XMLElement } from '../../common/soap/xmlElement'; import { AdSenseSettings } from './adSenseSettings'; export declare class AdSenseSettingsInheritedProperty extends XMLElement { protected static XSI_TYPE: string; value: AdSenseSettings; constructor(value?: AdSenseSettings); }