InventorySourceGroupsResource class
Methods
-
create(InventorySourceGroup request, {String? advertiserId, String? partnerId, String? $fields})
→ Future<InventorySourceGroup>
-
Creates a new inventory source group.
-
delete(String inventorySourceGroupId, {String? advertiserId, String? partnerId, String? $fields})
→ Future<Empty>
-
Deletes an inventory source group.
-
get(String inventorySourceGroupId, {String? advertiserId, String? partnerId, String? $fields})
→ Future<InventorySourceGroup>
-
Gets an inventory source group.
-
list({String? advertiserId, String? filter, String? orderBy, int? pageSize, String? pageToken, String? partnerId, String? $fields})
→ Future<ListInventorySourceGroupsResponse>
-
Lists inventory source groups that are accessible to the current user.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(InventorySourceGroup request, String inventorySourceGroupId, {String? advertiserId, String? partnerId, String? updateMask, String? $fields})
→ Future<InventorySourceGroup>
-
Updates an inventory source group.
-
toString()
→ String
-
A string representation of this object.
inherited