Class DuplicateLineItemRequest
Request message for LineItemService.DuplicateLineItem.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class DuplicateLineItemRequest : IDirectResponseSchema
Properties
ContainsEuPoliticalAds
Whether this line item will serve European Union political ads. If contains_eu_political_ads has been set to
DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING in the parent advertiser, then this field will be assigned
DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING if not otherwise specified. This field can then be updated using
the UI, API, or Structured Data Files. This field must be assigned when creating a new line item. Otherwise,
the advertisers.lineItems.create request will fail.
Declaration
[JsonProperty("containsEuPoliticalAds")]
public virtual string ContainsEuPoliticalAds { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TargetDisplayName
The display name of the new line item. Must be UTF-8 encoded with a maximum size of 240 bytes.
Declaration
[JsonProperty("targetDisplayName")]
public virtual string TargetDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |