Class DailySubEntityType
Represents all possible subentity types that are associated with DailyMetrics.
Implements
Inherited Members
Namespace: Google.Apis.BusinessProfilePerformance.v1.Data
Assembly: Google.Apis.BusinessProfilePerformance.v1.dll
Syntax
public class DailySubEntityType : IDirectResponseSchema
Properties
DayOfWeek
Represents the day of the week. Eg: MONDAY. Currently supported DailyMetrics = NONE.
Declaration
[JsonProperty("dayOfWeek")]
public virtual string DayOfWeek { 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 |
TimeOfDay
Represents the time of the day in 24 hour format. Eg: 13:34:20 Currently supported DailyMetrics = NONE.
Declaration
[JsonProperty("timeOfDay")]
public virtual TimeOfDay TimeOfDay { get; set; }
Property Value
Type | Description |
---|---|
TimeOfDay |