gads
Version:
An unofficial JS client library for the SOAP-based DFP Ads API
10 lines (9 loc) • 338 B
TypeScript
import { BaseVideoCreative } from './baseVideoCreative';
import { DateTime } from './dateTime';
export interface SetTopBoxCreative extends BaseVideoCreative {
externalAssetId?: string;
providerId?: string;
availabilityRegionIds?: string[];
licenseWindowStartDateTime?: DateTime;
licenseWindowEndDateTime?: DateTime;
}