AdvertisersNegativeKeywordListsNegativeKeywordsResource 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

bulkEdit(BulkEditNegativeKeywordsRequest request, String advertiserId, String negativeKeywordListId, {String? $fields}) Future<BulkEditNegativeKeywordsResponse>
Bulk edits negative keywords in a single negative keyword list.
create(NegativeKeyword request, String advertiserId, String negativeKeywordListId, {String? $fields}) Future<NegativeKeyword>
Creates a negative keyword in a negative keyword list.
delete(String advertiserId, String negativeKeywordListId, String keywordValue, {String? $fields}) Future<Empty>
Deletes a negative keyword from a negative keyword list.
list(String advertiserId, String negativeKeywordListId, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListNegativeKeywordsResponse>
Lists negative keywords in a negative keyword list.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(ReplaceNegativeKeywordsRequest request, String advertiserId, String negativeKeywordListId, {String? $fields}) Future<ReplaceNegativeKeywordsResponse>
Replaces all negative keywords in a single negative keyword list.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited