Table of Contents

Class GetSchemaVersionResponseSchema

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

Response to a 'getSchemaVersion' Action.

public class GetSchemaVersionResponseSchema
Inheritance
GetSchemaVersionResponseSchema
Inherited Members

Properties

Error

Error for the 'getSchemaVersion' Action.

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

Property Value

SchemaExtensionError

Output

Output for the 'getSchemaVersion' Action.

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

Property Value

SchemaVersion