Show / Hide Table of Contents

Class ComputeInsightsResponse

Response for the ComputeInsights RPC.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX