Class CreateThingDescriptionResponseSchema
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Generated
- Assembly
- Azure.Iot.Operations.Services.dll
Response to a 'createThingDescription' Action.
public class CreateThingDescriptionResponseSchema
- Inheritance
-
CreateThingDescriptionResponseSchema
- Inherited Members
Properties
Error
Error for the 'createThingDescription' Action.
[JsonPropertyName("_error")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ThingDescriptionExtensionError? Error { get; set; }
Property Value
Output
Output for the 'createThingDescription' Action.
[JsonPropertyName("_output")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ThingDescription? Output { get; set; }