Class BusinessCallsInsights
Insights for calls made to a location.
Inheritance
object
BusinessCallsInsights
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MyBusinessBusinessCalls.v1.Data
Assembly: Google.Apis.MyBusinessBusinessCalls.v1.dll
Syntax
public class BusinessCallsInsights : IDirectResponseSchema
Properties
AggregateMetrics
Metric for the time range based on start_date and end_date.
Declaration
[JsonProperty("aggregateMetrics")]
public virtual AggregateMetrics AggregateMetrics { get; set; }
Property Value
Type | Description |
---|---|
AggregateMetrics |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MetricType
The metric for which the value applies.
Declaration
[JsonProperty("metricType")]
public virtual string MetricType { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Required. The resource name of the calls insights. Format: locations/{location}/businesscallsinsights
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |