AdvertisersInsertionOrdersResource class

Constructors

AdvertisersInsertionOrdersResource(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
targetingTypes AdvertisersInsertionOrdersTargetingTypesResource
no setter

Methods

create(InsertionOrder request, String advertiserId, {String? $fields}) Future<InsertionOrder>
Creates a new insertion order.
delete(String advertiserId, String insertionOrderId, {String? $fields}) Future<Empty>
Deletes an insertion order.
get(String advertiserId, String insertionOrderId, {String? $fields}) Future<InsertionOrder>
Gets an insertion order.
list(String advertiserId, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListInsertionOrdersResponse>
Lists insertion orders in an advertiser.
listAssignedTargetingOptions(String advertiserId, String insertionOrderId, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<BulkListInsertionOrderAssignedTargetingOptionsResponse>
Lists assigned targeting options of an insertion order across targeting types.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(InsertionOrder request, String advertiserId, String insertionOrderId, {String? updateMask, String? $fields}) Future<InsertionOrder>
Updates an existing insertion order.
toString() String
A string representation of this object.
inherited

Operators

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