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