Class GetGroupResponseSchema
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Generated
- Assembly
- Azure.Iot.Operations.Services.dll
The group entity.
public class GetGroupResponseSchema
- Inheritance
-
GetGroupResponseSchema
- Inherited Members
Properties
Error
Error for the 'getGroup' Action.
[JsonPropertyName("_error")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public EdgeRegistryError? Error { get; set; }
Property Value
Output
Output for the 'getGroup' Action.
[JsonPropertyName("_output")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Group? Output { get; set; }