Table of Contents

Class ListSchemaVersionsResponseSchema

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

Response to a 'listSchemaVersions' Action.

public class ListSchemaVersionsResponseSchema
Inheritance
ListSchemaVersionsResponseSchema
Inherited Members

Properties

Error

Error for the 'listSchemaVersions' Action.

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

Property Value

SchemaExtensionError

Ids

The 'ids' Field.

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

Property Value

List<ulong>