Class MarketingDataInsight
Insights for marketing data. This feature is only available to data partners.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class MarketingDataInsight : IDirectResponseSchema
Properties
Attributes
Insights for values of a given dimension.
Declaration
[JsonProperty("attributes")]
public virtual IList<MarketingDataInsightsAttribute> Attributes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<MarketingDataInsightsAttribute> |
Dimension
The dimension to which the insight belongs.
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 |