Class TypeProvidersListResponse
A response that returns all Type Providers supported by Deployment Manager
Implements
Inherited Members
Namespace: Google.Apis.DeploymentManager.v2beta.Data
Assembly: Google.Apis.DeploymentManager.v2beta.dll
Syntax
public class TypeProvidersListResponse : 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 |
TypeProviders
Output only. A list of resource type providers supported by Deployment Manager.
Declaration
[JsonProperty("typeProviders")]
public virtual IList<TypeProvider> TypeProviders { get; set; }
Property Value
Type | Description |
---|---|
IList<TypeProvider> |