Class ComputeInsightsRequest
Request for the ComputeInsights RPC.
Implements
Inherited Members
Namespace: Google.Apis.AreaInsights.v1.Data
Assembly: Google.Apis.AreaInsights.v1.dll
Syntax
public class ComputeInsightsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Filter
Required. Insight filter.
Declaration
[JsonProperty("filter")]
public virtual Filter Filter { get; set; }
Property Value
Type | Description |
---|---|
Filter |
Insights
Required. Insights to compute. Currently only INSIGHT_COUNT and INSIGHT_PLACES are supported.
Declaration
[JsonProperty("insights")]
public virtual IList<string> Insights { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |