Show / Hide Table of Contents

Class CriteriaTargeting

Generic targeting used for targeting dimensions that contains a list of included and excluded numeric IDs. This cannot be filtered using list filter syntax.

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

Properties

ETag

The ETag of the item.

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

ExcludedCriteriaIds

A list of numeric IDs to be excluded.

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

TargetedCriteriaIds

A list of numeric IDs to be included.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX