Class ListWatchesResponse
The response of a ListWatchesRequest.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class ListWatchesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Watches
The returned watches.
Declaration
[JsonProperty("watches")]
public virtual IList<Watch> Watches { get; set; }
Property Value
Type | Description |
---|---|
IList<Watch> |