UNPKG

dfp-lib

Version:

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

8 lines (7 loc) 415 B
import { ApiError } from './apiError'; import { InventoryUnitRefreshRateErrorReason } from './inventoryUnitRefreshRateErrorReason'; export declare class InventoryUnitRefreshRateError extends ApiError { protected static XSI_TYPE: string; reason: InventoryUnitRefreshRateErrorReason; constructor(reason?: InventoryUnitRefreshRateErrorReason, fieldPath?: string, trigger?: string, errorString?: string); }