InventorySourceGroupsResource class

Constructors

InventorySourceGroupsResource(ApiRequester client)

Properties

assignedInventorySources InventorySourceGroupsAssignedInventorySourcesResource
no setter
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(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

Operators

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