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.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.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?> |