@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
20 lines (18 loc) • 366 B
text/typescript
import { Date } from './Date'
/**
* creationDateTime
* @targetNSAlias `tns`
* @targetNamespace `https://www.google.com/apis/ads/publisher/v202505`
*/
export interface CreationDateTime {
/** date */
date?: Date
/** xsd:int */
hour?: number
/** xsd:int */
minute?: number
/** xsd:int */
second?: number
/** xsd:string */
timeZoneId?: string
}