Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonAgeSegment

Contiguous age range.

Inheritance
object
GoogleAdsSearchads360V23CommonAgeSegment
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX