Show / Hide Table of Contents

Class RetrieveInsightsRequest

Request message for DM API MarketingDataInsightsService.RetrieveInsights

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

Properties

Baseline

Required. Baseline for the insights requested.

Declaration
[JsonProperty("baseline")]
public virtual Baseline Baseline { get; set; }
Property Value
Type Description
Baseline

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

UserListId

Required. The user list ID for which insights are requested.

Declaration
[JsonProperty("userListId")]
public virtual string UserListId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX