Class GoogleAdsSearchads360V23ServicesDimensionOverlapResult
A list of audience attributes of a single dimension, including their overlap with a primary attribute, returned as part of a GenerateAudienceOverlapInsightsResponse.
Implements
Inherited Members
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> |