All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.ads.dfp.jaxws.v201605.DeleteCustomTargetingKeys Maven / Gradle / Ivy

There is a newer version: 5.8.0
Show newest version

package com.google.api.ads.dfp.jaxws.v201605;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;


/**
 * 
 *             Represents the delete action that can be performed on
 *             {@link CustomTargetingKey} objects. Deleting a key will not delete the
 *             {@link CustomTargetingValue} objects associated with it. Also, if a custom
 *             targeting key that has been deleted is recreated, any previous custom
 *             targeting values associated with it that were not deleted will continue to
 *             exist.
 *           
 * 
 * 

Java class for DeleteCustomTargetingKeys complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="DeleteCustomTargetingKeys">
 *   <complexContent>
 *     <extension base="{https://www.google.com/apis/ads/publisher/v201605}CustomTargetingKeyAction">
 *       <sequence>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "DeleteCustomTargetingKeys") public class DeleteCustomTargetingKeys extends CustomTargetingKeyAction { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy