Show / Hide Table of Contents

Class TypeProvidersListResponse

A response that returns all Type Providers supported by Deployment Manager

Inheritance
System.Object
TypeProvidersListResponse
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DeploymentManagerAlpha.alpha.Data
Assembly: Google.Apis.DeploymentManagerAlpha.alpha.dll
Syntax
public class TypeProvidersListResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

NextPageToken

A token used to continue a truncated list request.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
System.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
System.Collections.Generic.IList<TypeProvider>

Implements

IDirectResponseSchema
Back to top