Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonAgeDimension

Dimension specifying users by their age.

Inheritance
object
GoogleAdsSearchads360V23CommonAgeDimension
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 GoogleAdsSearchads360V23CommonAgeDimension : IDirectResponseSchema

Properties

AgeRanges

Contiguous age range to be included in the dimension.

Declaration
[JsonProperty("ageRanges")]
public virtual IList<GoogleAdsSearchads360V23CommonAgeSegment> AgeRanges { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonAgeSegment>

ETag

The ETag of the item.

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

IncludeUndetermined

Include users whose age is not determined.

Declaration
[JsonProperty("includeUndetermined")]
public virtual bool? IncludeUndetermined { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX