InventorySourcesResource 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(InventorySource request, {String? advertiserId, String? partnerId, String? $fields})
→ Future<InventorySource>
-
Creates a new inventory source.
-
editInventorySourceReadWriteAccessors(EditInventorySourceReadWriteAccessorsRequest request, String inventorySourceId, {String? $fields})
→ Future<InventorySourceAccessors>
-
Edits read/write accessors of an inventory source.
-
get(String inventorySourceId, {String? advertiserId, String? partnerId, String? $fields})
→ Future<InventorySource>
-
Gets an inventory source.
-
list({String? advertiserId, String? filter, String? orderBy, int? pageSize, String? pageToken, String? partnerId, String? $fields})
→ Future<ListInventorySourcesResponse>
-
Lists inventory sources that are accessible to the current user.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(InventorySource request, String inventorySourceId, {String? advertiserId, String? partnerId, String? updateMask, String? $fields})
→ Future<InventorySource>
-
Updates an existing inventory source.
-
toString()
→ String
-
A string representation of this object.
inherited