Class GetResponsePayload
- Namespace
- Azure.Iot.Operations.Services.SchemaRegistry.SchemaRegistry
- Assembly
- Azure.Iot.Operations.Services.dll
public class GetResponsePayload
- Inheritance
-
GetResponsePayload
- Inherited Members
Properties
Schema
The Command response argument.
[JsonPropertyName("schema")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Schema? Schema { get; set; }