@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
19 lines (18 loc) • 401 B
TypeScript
import { Date } from './Date';
/**
* lastHlsIngestDateTime
* @targetNSAlias `tns`
* @targetNamespace `https://www.google.com/apis/ads/publisher/v202408`
*/
export interface LastHlsIngestDateTime {
/** date */
date?: Date;
/** xsd:int */
hour?: number;
/** xsd:int */
minute?: number;
/** xsd:int */
second?: number;
/** xsd:string */
timeZoneId?: string;
}