UNPKG

@dmgt/google-ad-manager-api

Version:
14 lines (12 loc) 274 B
import { ReportQuery } from './ReportQuery' /** * reportJob * @targetNSAlias `tns` * @targetNamespace `https://www.google.com/apis/ads/publisher/v202502` */ export interface ReportJob { /** xsd:long */ id?: number /** reportQuery */ reportQuery?: ReportQuery }