Class TimeQuestion
A time question.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class TimeQuestion : IDirectResponseSchema
Properties
Duration
true
if the question is about an elapsed time. Otherwise it is about a time of day.
Declaration
[JsonProperty("duration")]
public virtual bool? Duration { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |