Class PutResponseSchema
- Namespace
- Azure.Iot.Operations.Services.SchemaRegistry.SchemaRegistry
- Assembly
- Azure.Iot.Operations.Services.dll
public class PutResponseSchema
- Inheritance
-
PutResponseSchema
- Inherited Members
Properties
Error
Error object in case of failure.
[JsonPropertyName("error")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SchemaRegistryError? Error { get; set; }
Property Value
Schema
Schema object that was created.
[JsonPropertyName("schema")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Schema? Schema { get; set; }