Show / Hide Table of Contents

Class DailySubEntityType

Represents all possible subentity types that are associated with DailyMetrics.

Inheritance
object
DailySubEntityType
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX