Show / Hide Table of Contents

Class BulkUpdateLineItemsRequest

Request message for LineItemService.BulkUpdateLineItems.

Inheritance
object
BulkUpdateLineItemsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX