Class TimeRange
A time range.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class TimeRange : IDirectResponseSchema
Properties
EndTime
Required. The upper bound of a time range, inclusive.
Declaration
[JsonProperty("endTime")]
public virtual object EndTime { get; set; }
Property Value
Type | Description |
---|---|
object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StartTime
Required. The lower bound of a time range, inclusive.
Declaration
[JsonProperty("startTime")]
public virtual object StartTime { get; set; }
Property Value
Type | Description |
---|---|
object |