Class ListEnvironmentsResponse
Response for listing environments.
Implements
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v1.Data
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class ListEnvironmentsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Environments
A list of returned environments.
Declaration
[JsonProperty("environments")]
public virtual IList<Environment> Environments { get; set; }
Property Value
Type | Description |
---|---|
IList<Environment> |
NextPageToken
A page token that can be used to continue listing from the last result in the next list call.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Unreachable
Locations that could not be reached.
Declaration
[JsonProperty("unreachable")]
public virtual IList<string> Unreachable { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |