Table of Contents

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

EdgeRegistryError

Ids

List of Group identifiers.

[JsonPropertyName("ids")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public List<string>? Ids { get; set; }

Property Value

List<string>