Class AdPolicyCriterionRestriction
Represents a country restriction.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class AdPolicyCriterionRestriction : IDirectResponseSchema
Properties
CountryCriterionId
The country criterion id.
Declaration
[JsonProperty("countryCriterionId")]
public virtual long? CountryCriterionId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
CountryLabel
Localized name for the country. May be empty.
Declaration
[JsonProperty("countryLabel")]
public virtual string CountryLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |