GuaranteedOrdersResource 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
-
create(GuaranteedOrder request, {String? advertiserId, String? partnerId, String? $fields})
→ Future<GuaranteedOrder>
-
Creates a new guaranteed order.
-
editGuaranteedOrderReadAccessors(EditGuaranteedOrderReadAccessorsRequest request, String guaranteedOrderId, {String? $fields})
→ Future<EditGuaranteedOrderReadAccessorsResponse>
-
Edits read advertisers of a guaranteed order.
-
get(String guaranteedOrderId, {String? advertiserId, String? partnerId, String? $fields})
→ Future<GuaranteedOrder>
-
Gets a guaranteed order.
-
list({String? advertiserId, String? filter, String? orderBy, int? pageSize, String? pageToken, String? partnerId, String? $fields})
→ Future<ListGuaranteedOrdersResponse>
-
Lists guaranteed orders that are accessible to the current user.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GuaranteedOrder request, String guaranteedOrderId, {String? advertiserId, String? partnerId, String? updateMask, String? $fields})
→ Future<GuaranteedOrder>
-
Updates an existing guaranteed order.
-
toString()
→ String
-
A string representation of this object.
inherited