Show / Hide Table of Contents

Class LineItemAssignedTargetingOption

Wrapper object associating an assigned_targeting_option resource and the line item it is assigned to.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX