EventTagsResource class

Constructors

EventTagsResource(ApiRequester client)

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

delete(String profileId, String id, {String? $fields}) Future<void>
Deletes an existing event tag.
get(String profileId, String id, {String? $fields}) Future<EventTag>
Gets one event tag by ID.
insert(EventTag request, String profileId, {String? $fields}) Future<EventTag>
Inserts a new event tag.
list(String profileId, {String? adId, String? advertiserId, String? campaignId, bool? definitionsOnly, bool? enabled, List<String>? eventTagTypes, List<String>? ids, String? searchString, String? sortField, String? sortOrder, String? $fields}) Future<EventTagsListResponse>
Retrieves a list of event tags, possibly filtered.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(EventTag request, String profileId, String id, {String? $fields}) Future<EventTag>
Updates an existing event tag.
toString() String
A string representation of this object.
inherited
update(EventTag request, String profileId, {String? $fields}) Future<EventTag>
Updates an existing event tag.

Operators

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