Class LineItemAssignedTargetingOption
Wrapper object associating an assigned_targeting_option resource and the line item it is assigned to.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class LineItemAssignedTargetingOption : IDirectResponseSchema
Properties
AssignedTargetingOption
The assigned targeting option resource.
Declaration
[JsonProperty("assignedTargetingOption")]
public virtual AssignedTargetingOption AssignedTargetingOption { get; set; }
Property Value
Type | Description |
---|---|
AssignedTargetingOption |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LineItemId
The ID of the line item the assigned targeting option is assigned to.
Declaration
[JsonProperty("lineItemId")]
public virtual long? LineItemId { get; set; }
Property Value
Type | Description |
---|---|
long? |