Class ComputeInsightsResponse
Response for the ComputeInsights RPC.
Implements
Inherited Members
Namespace: Google.Apis.AreaInsights.v1.Data
Assembly: Google.Apis.AreaInsights.v1.dll
Syntax
public class ComputeInsightsResponse : IDirectResponseSchema
Properties
Count
Result for Insights.INSIGHT_COUNT.
Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PlaceInsights
Result for Insights.INSIGHT_PLACES.
Declaration
[JsonProperty("placeInsights")]
public virtual IList<PlaceInsight> PlaceInsights { get; set; }
Property Value
Type | Description |
---|---|
IList<PlaceInsight> |