Show / Hide Table of Contents

Class MarketingDataInsight

Insights for marketing data. This feature is only available to data partners.

Inheritance
object
MarketingDataInsight
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX