Show / Hide Table of Contents

Class ListDeploymentGroupRevisionsResponse

The response message for the ListDeploymentGroupRevisions method.

Inheritance
object
ListDeploymentGroupRevisionsResponse
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.Config.v1.Data
Assembly: Google.Apis.Config.v1.dll
Syntax
public class ListDeploymentGroupRevisionsResponse : IDirectResponseSchema

Properties

DeploymentGroupRevisions

The deployment group revisions from the specified collection.

Declaration
[JsonProperty("deploymentGroupRevisions")]
public virtual IList<DeploymentGroupRevision> DeploymentGroupRevisions { get; set; }
Property Value
Type Description
IList<DeploymentGroupRevision>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

Token to be supplied to the next ListDeploymentGroupRevisions request via page_token to obtain the next set of results.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Unreachable

Unordered list. Locations that could not be reached.

Declaration
[JsonProperty("unreachable")]
public virtual IList<string> Unreachable { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX