Show / Hide Table of Contents

Class BulkEditAdGroupAssignedTargetingOptionsResponse

Response message for BulkEditAssignedTargetingOptions.

Inheritance
object
BulkEditAdGroupAssignedTargetingOptionsResponse
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.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class BulkEditAdGroupAssignedTargetingOptionsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Errors

Output only. The error information for each ad group that failed to update.

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

FailedAdGroupIds

Output only. The IDs of the ad groups which failed to update.

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

UpdatedAdGroupIds

Output only. The IDs of the ad groups which were successfully updated.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX