UNPKG

@dmgt/google-ad-manager-api

Version:
20 lines (18 loc) 375 B
import { StartDate } from './StartDate' /** * startDateTime * @targetNSAlias `tns` * @targetNamespace `https://www.google.com/apis/ads/publisher/v202505` */ export interface StartDateTime { /** date */ date?: StartDate /** xsd:int */ hour?: number /** xsd:int */ minute?: number /** xsd:int */ second?: number /** xsd:string */ timeZoneId?: string }