UNPKG

@dmgt/google-ad-manager-api

Version:
19 lines (18 loc) 399 B
import { Date } from './Date'; /** * lastModifiedDateTime * @targetNSAlias `tns` * @targetNamespace `https://www.google.com/apis/ads/publisher/v202411` */ export interface LastModifiedDateTime { /** date */ date?: Date; /** xsd:int */ hour?: number; /** xsd:int */ minute?: number; /** xsd:int */ second?: number; /** xsd:string */ timeZoneId?: string; }