TargetingTemplatesResource 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 profileId, String id, {String? $fields})
→ Future<TargetingTemplate>
-
Gets one targeting template by ID.
-
insert(TargetingTemplate request, String profileId, {String? $fields})
→ Future<TargetingTemplate>
-
Inserts a new targeting template.
-
list(String profileId, {String? advertiserId, List<String>? ids, int? maxResults, String? pageToken, String? searchString, String? sortField, String? sortOrder, String? $fields})
→ Future<TargetingTemplatesListResponse>
-
Retrieves a list of targeting templates, optionally filtered.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(TargetingTemplate request, String profileId, String id, {String? $fields})
→ Future<TargetingTemplate>
-
Updates an existing targeting template.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(TargetingTemplate request, String profileId, {String? $fields})
→ Future<TargetingTemplate>
-
Updates an existing targeting template.