AdvertisersCreativesResource 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
    
        - 
  create(Creative request, String advertiserId, {String? $fields})
    → Future<Creative>
  
  
- 
  Creates a new creative.
  
- 
  delete(String advertiserId, String creativeId, {String? $fields})
    → Future<Empty>
  
  
- 
  Deletes a creative.
  
- 
  get(String advertiserId, String creativeId, {String? $fields})
    → Future<Creative>
  
  
- 
  Gets a creative.
  
- 
  list(String advertiserId, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
    → Future<ListCreativesResponse>
  
  
- 
  Lists creatives in an advertiser.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  patch(Creative request, String advertiserId, String creativeId, {String? updateMask, String? $fields})
    → Future<Creative>
  
  
- 
  Updates an existing creative.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited