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