Represents an excluded placement list.
  
Methods:
  
  addExcludedPlacement(url)
  Adds a 
SharedExcludedPlacement to
an excluded placement list.  
Returns nothing.
  Arguments:
  
    | Name | Type | Description | 
    
      | url | 
      String | 
      The excluded placement URL. | 
    
  
  addExcludedPlacements(urls)
  Adds a list of 
SharedExcludedPlacement
objects to an excluded placement list.  
Returns nothing.
  Arguments:
  
    | Name | Type | Description | 
    
      | urls | 
      String[] | 
      The excluded placement URL. | 
    
  
  campaigns()
  Returns a selector of all search and display campaigns this excluded
placement list has been applied to.  
Return values:
  
    | Type | Description | 
    
      AdsApp.CampaignSelector | 
      A selector of all search and display campaigns this excluded
    placement list has been applied to. | 
    
  
  excludedPlacements()
  Returns a selector of the shared excluded placements in an excluded
placement list.  
Return values:
  
  getEntityType()
  Returns the type of this entity as a 
String, in this case,
"ExcludedPlacementList".  
Return values:
  
    | Type | Description | 
    
      String | 
      Type of this entity: "ExcludedPlacementList". | 
    
  
  getId()
  Returns the ID of the excluded placement list.  
Return values:
  
    | Type | Description | 
    
      String | 
      The ID of the excluded placement list. | 
    
  
  getName()
  Returns the name of an excluded placement list.  
Return values:
  
    | Type | Description | 
    
      String | 
      The name of an excluded placement list. | 
    
  
  getResourceName()
  Returns the resource name of the excluded placement list.  
Return values:
  
    | Type | Description | 
    
      String | 
      The resource name of the excluded placement list. | 
    
  
  setName(name)
  Sets the name of an excluded placement list.  
Returns nothing.
  Arguments:
  
    | Name | Type | Description | 
    
      | name | 
      String | 
      The new name of the excluded placement list. |