RestApiOperationExpectedResponse 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 response.
public sealed class RestApiOperationExpectedResponse
type RestApiOperationExpectedResponse = class
Public NotInheritable Class RestApiOperationExpectedResponse
- Inheritance
-
RestApiOperationExpectedResponse
Constructors
RestApiOperationExpectedResponse(String, String, KernelJsonSchema) |
Initializes a new instance of the RestApiOperationResponse class. |
Properties
Description |
Gets the description of the response. |
MediaType |
Gets the media type of the response. |
Schema |
The schema of the response. |