[I] SdkHttpOperation
Http operation.
Extends
Section titled “Extends”SdkServiceOperationBase
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
__raw | HttpOperation | - |
bodyParam? | SdkBodyParameter | Body parameter. |
examples? | SdkHttpOperationExample[] | Operation usage examples. |
exceptions | SdkHttpErrorResponse[] | Error responses |
kind | "http" | - |
parameters | ( | SdkPathParameter | SdkHeaderParameter | SdkQueryParameter | SdkCookieParameter)[] | Parameter lists. |
path | string | Route path. |
responses | SdkHttpResponse[] | Normal responses. |
uriTemplate | string | Route URI template string. |
verb | HttpVerb | Http verb. |