Show / Hide Table of Contents

Class YoutubeAdGroupAssignedTargetingOption

Wrapper object associating an AssignedTargetingOption resource and the youtube ad group it is assigned to.

Inheritance
object
YoutubeAdGroupAssignedTargetingOption
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 YoutubeAdGroupAssignedTargetingOption : 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

YoutubeAdGroupId

The ID of the youtube ad group the assigned targeting option is assigned to.

Declaration
[JsonProperty("youtubeAdGroupId")]
public virtual long? YoutubeAdGroupId { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX