Show / Hide Table of Contents

Class TypeProvidersListTypesResponse

Inheritance
object
TypeProvidersListTypesResponse
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX