Class PutResponsePayload
- Namespace
- Azure.Iot.Operations.Services.SchemaRegistry.SchemaRegistry
- Assembly
- Azure.Iot.Operations.Services.dll
public class PutResponsePayload : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
PutResponsePayload
- Implements
- Inherited Members
Properties
Schema
The Command response argument.
[JsonPropertyName("schema")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public Schema Schema { get; set; }