PlacementGroupsResource class

Constructors

PlacementGroupsResource(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

get(String profileId, String id, {String? $fields}) Future<PlacementGroup>
Gets one placement group by ID.
insert(PlacementGroup request, String profileId, {String? $fields}) Future<PlacementGroup>
Inserts a new placement group.
list(String profileId, {List<String>? activeStatus, List<String>? advertiserIds, List<String>? campaignIds, List<String>? contentCategoryIds, List<String>? directorySiteIds, List<String>? ids, String? maxEndDate, int? maxResults, String? maxStartDate, String? minEndDate, String? minStartDate, String? pageToken, String? placementGroupType, List<String>? placementStrategyIds, List<String>? pricingTypes, String? searchString, List<String>? siteIds, String? sortField, String? sortOrder, String? $fields}) Future<PlacementGroupsListResponse>
Retrieves a list of placement groups, possibly filtered.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(PlacementGroup request, String profileId, String id, {String? $fields}) Future<PlacementGroup>
Updates an existing placement group.
toString() String
A string representation of this object.
inherited
update(PlacementGroup request, String profileId, {String? $fields}) Future<PlacementGroup>
Updates an existing placement group.

Operators

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