Class ListEnvironmentsResponse
The environments in a project and location.
Implements
Inherited Members
Namespace: Google.Apis.CloudComposer.v1beta1.Data
Assembly: Google.Apis.CloudComposer.v1beta1.dll
Syntax
public class ListEnvironmentsResponse : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Environments
The list of environments returned by a ListEnvironmentsRequest.
Declaration
[JsonProperty("environments")]
public virtual IList<Environment> Environments { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<Environment> | 
NextPageToken
The page token used to query for the next page if one exists.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }Property Value
| Type | Description | 
|---|---|
| string |