Class AggregateMetrics
Metrics aggregated over the input time range.
Inheritance
object
AggregateMetrics
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 AggregateMetrics : IDirectResponseSchema
Properties
AnsweredCallsCount
Total count of answered calls.
Declaration
[JsonProperty("answeredCallsCount")]
public virtual int? AnsweredCallsCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
EndDate
End date for this metric.
Declaration
[JsonProperty("endDate")]
public virtual Date EndDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HourlyMetrics
A list of metrics by hour of day.
Declaration
[JsonProperty("hourlyMetrics")]
public virtual IList<HourlyMetrics> HourlyMetrics { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<T><HourlyMetrics> |
MissedCallsCount
Total count of missed calls.
Declaration
[JsonProperty("missedCallsCount")]
public virtual int? MissedCallsCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
StartDate
Date for this metric. If metric is monthly, only year and month are used.
Declaration
[JsonProperty("startDate")]
public virtual Date StartDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
WeekdayMetrics
A list of metrics by day of week.
Declaration
[JsonProperty("weekdayMetrics")]
public virtual IList<WeekDayMetrics> WeekdayMetrics { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<T><WeekDayMetrics> |