Class TimeInterval
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class TimeInterval : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
End
End time of the interval. Offset is not required. If an offset is provided and start time is set, start
must also include an offset.
Declaration
[JsonProperty("end")]
public virtual DateTime End { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Kind
Identifies what kind of resource this is. Value: the fixed string "walletobjects#timeInterval".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Start
Start time of the interval. Offset is not required. If an offset is provided and end time is set, end
must also include an offset.
Declaration
[JsonProperty("start")]
public virtual DateTime Start { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |