Show / Hide Table of Contents

Class BulkEditAssignedTargetingOptionsResponse

Inheritance
object
BulkEditAssignedTargetingOptionsResponse
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 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?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX