Table of Contents

Class CreateGroupResponseSchema

Namespace
Azure.Iot.Operations.Services.EdgeRegistry.Generated
Assembly
Azure.Iot.Operations.Services.dll

Response to a 'createGroup' Action.

public class CreateGroupResponseSchema
Inheritance
CreateGroupResponseSchema
Inherited Members

Properties

Error

Error for the 'createGroup' Action.

[JsonPropertyName("_error")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public EdgeRegistryError? Error { get; set; }

Property Value

EdgeRegistryError

Output

Output for the 'createGroup' Action.

[JsonPropertyName("_output")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Group? Output { get; set; }

Property Value

Group