Class InventorySourceGroupsResource.AssignedInventorySourcesResource.BulkEditRequest
Bulk edits multiple assignments between inventory sources and a single inventory source group. The operation will delete the assigned inventory sources provided in BulkEditAssignedInventorySourcesRequest.deleted_assigned_inventory_sources and then create the assigned inventory sources provided in BulkEditAssignedInventorySourcesRequest.created_assigned_inventory_sources.
Inheritance
InventorySourceGroupsResource.AssignedInventorySourcesResource.BulkEditRequest
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class InventorySourceGroupsResource.AssignedInventorySourcesResource.BulkEditRequest : DisplayVideoBaseServiceRequest<BulkEditAssignedInventorySourcesResponse>, IClientServiceRequest<BulkEditAssignedInventorySourcesResponse>, IClientServiceRequest
Constructors
BulkEditRequest(IClientService, BulkEditAssignedInventorySourcesRequest, long)
Constructs a new BulkEdit request.
Declaration
public BulkEditRequest(IClientService service, BulkEditAssignedInventorySourcesRequest body, long inventorySourceGroupId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
BulkEditAssignedInventorySourcesRequest | body | |
long | inventorySourceGroupId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
InventorySourceGroupId
Required. The ID of the inventory source group to which the assignments are assigned.
Declaration
[RequestParameter("inventorySourceGroupId", RequestParameterType.Path)]
public virtual long InventorySourceGroupId { get; }
Property Value
Type | Description |
---|---|
long |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes BulkEdit parameter list.
Declaration
protected override void InitParameters()