Class ListResponseSchema
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Generated
- Assembly
- Azure.Iot.Operations.Services.dll
Response to a 'list' Action.
public class ListResponseSchema
- Inheritance
-
ListResponseSchema
- Inherited Members
Properties
Error
Error for the 'list' Action.
[JsonPropertyName("_error")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public EdgeRegistryError? Error { get; set; }
Property Value
Ids
The 'ids' Field.
[JsonPropertyName("ids")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public List<string>? Ids { get; set; }