RestApiOperationPayload Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The REST API operation payload.
public class RestApiOperationPayload
type RestApiOperationPayload = class
Public Class RestApiOperationPayload
- Inheritance
-
RestApiOperationPayload
Constructors
RestApiOperationPayload(String, IList<RestApiOperationPayloadProperty>, String, KernelJsonSchema) |
Creates an instance of a RestApiOperationPayload class. |
Properties
Description |
The payload description. |
MediaType |
The payload MediaType. |
Properties |
The payload properties. |
Schema |
The schema of the parameter. |