UNPKG

@dmgt/google-ad-manager-api

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