Class HourlyMetrics
Metrics for an hour.
Inheritance
object
HourlyMetrics
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 HourlyMetrics : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Hour
Hour of the day. Allowed values are 0-23.
Declaration
[JsonProperty("hour")]
public virtual int? Hour { get; set; }
Property Value
Type | Description |
---|---|
int? |
MissedCallsCount
Total count of missed calls for this hour.
Declaration
[JsonProperty("missedCallsCount")]
public virtual int? MissedCallsCount { get; set; }
Property Value
Type | Description |
---|---|
int? |