Table of Contents

Class GetThingModelVersionResponseSchema

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

The Thing Model Version entity.

public class GetThingModelVersionResponseSchema
Inheritance
GetThingModelVersionResponseSchema
Inherited Members

Properties

Error

Error for the 'getThingModelVersion' Action.

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

Property Value

ThingModelExtensionError

Output

Output for the 'getThingModelVersion' Action.

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

Property Value

ThingModelVersion