Show / Hide Table of Contents

Class AdGroupAssignedTargetingOption

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

Inheritance
object
AdGroupAssignedTargetingOption
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.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class AdGroupAssignedTargetingOption : IDirectResponseSchema

Properties

AdGroupId

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

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX