@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
26 lines (25 loc) • 510 B
text/typescript
/**
* users
* @targetNSAlias `tns`
* @targetNamespace `https://www.google.com/apis/ads/publisher/v202505`
*/
export interface Users {
/** xsd:long */
id?: number
/** xsd:string */
name?: string
/** xsd:string */
email?: string
/** xsd:long */
roleId?: number
/** xsd:string */
roleName?: string
/** xsd:boolean */
isActive?: boolean
/** xsd:string */
externalId?: string
/** xsd:boolean */
isServiceAccount?: boolean
/** xsd:string */
ordersUiLocalTimeZoneId?: string
}