Class ListDeploymentsResponse
Response with the list of deployments for the specified Apps Script project.
Implements
Inherited Members
Namespace: Google.Apis.Script.v1.Data
Assembly: Google.Apis.Script.v1.dll
Syntax
public class ListDeploymentsResponse : IDirectResponseSchema
Properties
Deployments
The list of deployments.
Declaration
[JsonProperty("deployments")]
public virtual IList<Deployment> Deployments { get; set; }
Property Value
Type | Description |
---|---|
IList<Deployment> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
The token that can be used in the next call to get the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |