AdvertisersResource 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<Advertiser>
-
Gets one advertiser by ID.
-
insert(Advertiser request, String profileId, {String? $fields})
→ Future<Advertiser>
-
Inserts a new advertiser.
-
list(String profileId, {List<String>? advertiserGroupIds, List<String>? floodlightConfigurationIds, List<String>? ids, bool? includeAdvertisersWithoutGroupsOnly, int? maxResults, bool? onlyParent, String? pageToken, String? searchString, String? sortField, String? sortOrder, String? status, String? subaccountId, String? $fields})
→ Future<AdvertisersListResponse>
-
Retrieves a list of advertisers, possibly filtered.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Advertiser request, String profileId, String id, {String? $fields})
→ Future<Advertiser>
-
Updates an existing advertiser.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(Advertiser request, String profileId, {String? $fields})
→ Future<Advertiser>
-
Updates an existing advertiser.