Show / Hide Table of Contents

Class BulkUpdateLineItemsResponse

Response message for LineItemService.BulkUpdateLineItems.

Inheritance
object
BulkUpdateLineItemsResponse
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 BulkUpdateLineItemsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Errors

Errors returned by line items that failed to update.

Declaration
[JsonProperty("errors")]
public virtual IList<Status> Errors { get; set; }
Property Value
Type Description
IList<Status>

FailedLineItemIds

The IDs of line items that failed to update.

Declaration
[JsonProperty("failedLineItemIds")]
public virtual IList<long?> FailedLineItemIds { get; set; }
Property Value
Type Description
IList<long?>

SkippedLineItemIds

The IDs of line items that are skipped for updates. For example, unnecessary mutates that will result in effectively no changes to line items will be skipped and corresponding line item IDs can be tracked here.

Declaration
[JsonProperty("skippedLineItemIds")]
public virtual IList<long?> SkippedLineItemIds { get; set; }
Property Value
Type Description
IList<long?>

UpdatedLineItemIds

The IDs of successfully updated line items.

Declaration
[JsonProperty("updatedLineItemIds")]
public virtual IList<long?> UpdatedLineItemIds { get; set; }
Property Value
Type Description
IList<long?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX