Class GoogleAdsSearchads360V23CommonAgeSegment
Contiguous age range.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonAgeSegment : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MaxAge
Maximum age to include. A maximum age need not be specified. If specified, max_age must be greater than min_age, and allowed values are 24, 34, 44, 54, and 64.
Declaration
[JsonProperty("maxAge")]
public virtual int? MaxAge { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
MinAge
Minimum age to include. A minimum age must be specified and must be at least 18. Allowed values are 18, 25, 35, 45, 55, and 65.
Declaration
[JsonProperty("minAge")]
public virtual int? MinAge { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |