Class BulkEditAssignedTargetingOptionsResponse
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class BulkEditAssignedTargetingOptionsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Errors
The error information for each line item that failed to update.
Declaration
[JsonProperty("errors")]
public virtual IList<Status> Errors { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Status> |
FailedLineItemIds
Output only. The IDs of the line items which failed.
Declaration
[JsonProperty("failedLineItemIds")]
public virtual IList<long?> FailedLineItemIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<long?> |
UpdatedLineItemIds
Output only. The IDs of the line items which successfully updated.
Declaration
[JsonProperty("updatedLineItemIds")]
public virtual IList<long?> UpdatedLineItemIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<long?> |