Show / Hide Table of Contents

Class CompositeTypesListResponse

A response that returns all Composite Types supported by Deployment Manager

Inheritance
System.Object
CompositeTypesListResponse
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 CompositeTypesListResponse : IDirectResponseSchema

Properties

CompositeTypes

Output only. A list of resource composite types supported by Deployment Manager.

Declaration
[JsonProperty("compositeTypes")]
public virtual IList<CompositeType> CompositeTypes { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<CompositeType>

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

Implements

IDirectResponseSchema
Back to top