import { Date } from './Date' /** * startDateTime * @targetNSAlias `tns` * @targetNamespace `https://www.google.com/apis/ads/publisher/v202502` */ export interface StartDateTime { /** date */ date?: Date /** xsd:int */ hour?: number /** xsd:int */ minute?: number /** xsd:int */ second?: number /** xsd:string */ timeZoneId?: string }