/**
 * customFieldValues
 * @targetNSAlias `tns`
 * @targetNamespace `https://www.google.com/apis/ads/publisher/v202411`
 */
export interface CustomFieldValues {
    /** xsd:long */
    customFieldId?: number;
}
