The URL that was provided in the service's specification. This will still have all of the URL template variables in it. If this is not provided when the OperationSpec is created, then it will be populated by a "baseUri" property on the ServiceClient.
The content type of the request body. This value will be used as the "Content-Type" header if it is provided.
The parameters to the operation method that will be used to create a formdata body for the operation's HTTP request.
The parameters to the operation method that will be converted to headers on the operation's HTTP request.
The HTTP method that should be used by requests for this operation.
Whether or not this operation uses XML request and response bodies.
The fixed path for this operation's URL. This will still have all of the URL template variables in it.
The parameters to the operation method that will be added to the constructed URL's query.
The parameter that will be used to construct the HTTP request's body.
The different types of responses that this operation can return based on what status code is returned.
The serializer to use in this operation.
The parameters to the operation method that will be substituted into the constructed URL.
Generated using TypeDoc
A specification that defines an operation.