Class RetrieveInsightsResponse
Response message for DM API MarketingDataInsightsService.RetrieveInsights
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class RetrieveInsightsResponse : IMessage<RetrieveInsightsResponse>, IEquatable<RetrieveInsightsResponse>, IDeepCloneable<RetrieveInsightsResponse>, IBufferMessage, IMessage
Constructors
RetrieveInsightsResponse()
Declaration
public RetrieveInsightsResponse()
RetrieveInsightsResponse(RetrieveInsightsResponse)
Declaration
public RetrieveInsightsResponse(RetrieveInsightsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| RetrieveInsightsResponse | other |
Properties
MarketingDataInsights
Contains the insights for the marketing data.
Declaration
public RepeatedField<RetrieveInsightsResponse.Types.MarketingDataInsight> MarketingDataInsights { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<RetrieveInsightsResponse.Types.MarketingDataInsight> |