Class BulkEditAdGroupAssignedTargetingOptionsResponse
Response message for BulkEditAssignedTargetingOptions.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.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?> |