Class TypesListResponse
A response that returns all Types supported by Deployment Manager
Implements
Inherited Members
Namespace: Google.Apis.DeploymentManager.alpha.Data
Assembly: Google.Apis.DeploymentManager.alpha.dll
Syntax
public class TypesListResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
A token used to continue a truncated list request.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Types
Output only. A list of resource types supported by Deployment Manager.
Declaration
[JsonProperty("types")]
public virtual IList<Type> Types { get; set; }
Property Value
Type | Description |
---|---|
IList<Type> |