Show / Hide Table of Contents

Class TypeInfoSchemaInfo

Inheritance
object
TypeInfoSchemaInfo
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.alpha.Data
Assembly: Google.Apis.DeploymentManager.alpha.dll
Syntax
public class TypeInfoSchemaInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Input

The properties that this composite type or base type collection accept as input, represented as a json blob, format is: JSON Schema Draft V4

Declaration
[JsonProperty("input")]
public virtual string Input { get; set; }
Property Value
Type Description
string

Output

The properties that this composite type or base type collection exposes as output, these properties can be used for references, represented as json blob, format is: JSON Schema Draft V4

Declaration
[JsonProperty("output")]
public virtual string Output { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX