Show / Hide Table of Contents

Class TypeProvidersListResponse

A response that returns all Type Providers supported by Deployment Manager

Inheritance
object
TypeProvidersListResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX