Class BulkUpdateLineItemsRequest
Request message for LineItemService.BulkUpdateLineItems.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class BulkUpdateLineItemsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LineItemIds
Required. IDs of line items to update.
Declaration
[JsonProperty("lineItemIds")]
public virtual IList<long?> LineItemIds { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |
TargetLineItem
Required. A line item object containing the fields to be updated and the new values to assign to all line items specified in line_item_ids."
Declaration
[JsonProperty("targetLineItem")]
public virtual LineItem TargetLineItem { get; set; }
Property Value
Type | Description |
---|---|
LineItem |
UpdateMask
Required. A field mask identifying which fields to update. Only the following fields are currently supported: * entityStatus
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |