Class DeviceStatusEndpointSchema
- Assembly
- Azure.Iot.Operations.Services.dll
public class DeviceStatusEndpointSchema
- Inheritance
-
DeviceStatusEndpointSchema
- Inherited Members
Properties
Inbound
The 'inbound' Field.
[JsonPropertyName("inbound")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Dictionary<string, DeviceStatusInboundEndpointSchemaMapValueSchema>? Inbound { get; set; }