/**
 * 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
}
