BuyersFinalizedDealsResource 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
-
addCreative(AddCreativeRequest request, String deal, {String? $fields})
→ Future<FinalizedDeal>
-
Add creative to be used in the bidding process for a finalized deal.
-
get(String name, {String? $fields})
→ Future<FinalizedDeal>
-
Gets a finalized deal given its name.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListFinalizedDealsResponse>
-
Lists finalized deals.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(PauseFinalizedDealRequest request, String name, {String? $fields})
→ Future<FinalizedDeal>
-
Pauses serving of the given finalized deal.
-
resume(ResumeFinalizedDealRequest request, String name, {String? $fields})
→ Future<FinalizedDeal>
-
Resumes serving of the given finalized deal.
-
setReadyToServe(SetReadyToServeRequest request, String deal, {String? $fields})
→ Future<FinalizedDeal>
-
Sets the given finalized deal as ready to serve.
-
toString()
→ String
-
A string representation of this object.
inherited