Show / Hide Table of Contents

Class ListDeploymentsResponse

Response with the list of deployments for the specified Apps Script project.

Inheritance
object
ListDeploymentsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX