Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesDimensionOverlapResult

A list of audience attributes of a single dimension, including their overlap with a primary attribute, returned as part of a GenerateAudienceOverlapInsightsResponse.

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

Properties

Dimension

The dimension of all the attributes in this section.

Declaration
[JsonProperty("dimension")]
public virtual string Dimension { 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

Items

The attributes and their overlap with the primary attribute.

Declaration
[JsonProperty("items")]
public virtual IList<GoogleAdsSearchads360V23ServicesAudienceOverlapItem> Items { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23ServicesAudienceOverlapItem>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX