Class ListSchemaVersionsOutputArguments
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Generated
- Assembly
- Azure.Iot.Operations.Services.dll
Output arguments for action 'listSchemaVersions'
public class ListSchemaVersionsOutputArguments : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
ListSchemaVersionsOutputArguments
- Implements
- Inherited Members
Properties
Ids
The 'ids' Field.
[JsonPropertyName("ids")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public List<ulong> Ids { get; set; }