TargetingTypesTargetingOptionsResource class 
 
    
    
  
    
  
    Properties
    
        - 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
 
    
  
    Methods
    
        - 
  get(String targetingType, String targetingOptionId, {String? advertiserId, String? $fields})
    → Future<TargetingOption>
  
  
- 
  Gets a single targeting option.
  
- 
  list(String targetingType, {String? advertiserId, String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
    → Future<ListTargetingOptionsResponse>
  
  
- 
  Lists targeting options of a given type.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  search(SearchTargetingOptionsRequest request, String targetingType, {String? $fields})
    → Future<SearchTargetingOptionsResponse>
  
  
- 
  Searches for targeting options of a given type based on the given search
terms.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited