Show / Hide Table of Contents

Class NumericTargetingDimension

Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting.

Inheritance
object
NumericTargetingDimension
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.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class NumericTargetingDimension : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExcludedIds

The IDs excluded in a configuration.

Declaration
[JsonProperty("excludedIds")]
public virtual IList<long?> ExcludedIds { get; set; }
Property Value
Type Description
IList<long?>

IncludedIds

The IDs included in a configuration.

Declaration
[JsonProperty("includedIds")]
public virtual IList<long?> IncludedIds { get; set; }
Property Value
Type Description
IList<long?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX