Class GetRequestPayload
- Namespace
- Azure.Iot.Operations.Services.SchemaRegistry.SchemaRegistry
- Assembly
- Azure.Iot.Operations.Services.dll
public class GetRequestPayload : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
GetRequestPayload
- Implements
- Inherited Members
Properties
GetSchemaRequest
The Command request argument.
[JsonPropertyName("getSchemaRequest")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public GetRequestSchema GetSchemaRequest { get; set; }