Show / Hide Table of Contents

Class DeploymentsListResponse

A response containing a partial list of deployments and a page token used to build the next request if the request has been truncated.

Inheritance
object
DeploymentsListResponse
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.DeploymentManager.alpha.Data
Assembly: Google.Apis.DeploymentManager.alpha.dll
Syntax
public class DeploymentsListResponse : IDirectResponseSchema

Properties

Deployments

Output only. The deployments contained in this response.

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

Output only. A token used to continue a truncated list request.

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