Class CreateSchemaVersionResponseSchema
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Generated
- Assembly
- Azure.Iot.Operations.Services.dll
Response to a 'createSchemaVersion' Action.
public class CreateSchemaVersionResponseSchema
- Inheritance
-
CreateSchemaVersionResponseSchema
- Inherited Members
Properties
Error
Error for the 'createSchemaVersion' Action.
[JsonPropertyName("_error")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SchemaExtensionError? Error { get; set; }
Property Value
Output
Output for the 'createSchemaVersion' Action.
[JsonPropertyName("_output")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SchemaVersion? Output { get; set; }