Class ListUserProcessesResponse
Response with the list of Process resources.
Implements
Inherited Members
Namespace: Google.Apis.Script.v1.Data
Assembly: Google.Apis.Script.v1.dll
Syntax
public class ListUserProcessesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Token for the next page of results. If empty, there are no more pages remaining.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Processes
List of processes matching request parameters.
Declaration
[JsonProperty("processes")]
public virtual IList<GoogleAppsScriptTypeProcess> Processes { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleAppsScriptTypeProcess> |