Class TypeProvidersListTypesResponse
Implements
Inherited Members
Namespace: Google.Apis.DeploymentManager.alpha.Data
Assembly: Google.Apis.DeploymentManager.alpha.dll
Syntax
public class TypeProvidersListTypesResponse : 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 type info.
Declaration
[JsonProperty("types")]
public virtual IList<TypeInfo> Types { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<TypeInfo> |