Class TimeInput
Time input values.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class TimeInput : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Hours
The hour on a 24-hour clock.
Declaration
[JsonProperty("hours")]
public virtual int? Hours { get; set; }
Property Value
Type | Description |
---|---|
int? |
Minutes
The number of minutes past the hour. Valid values are 0 to 59.
Declaration
[JsonProperty("minutes")]
public virtual int? Minutes { get; set; }
Property Value
Type | Description |
---|---|
int? |