Class TypeInfoSchemaInfo
Implements
Inherited Members
Namespace: Google.Apis.DeploymentManager.v2beta.Data
Assembly: Google.Apis.DeploymentManager.v2beta.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 |