| authentication? | public | Authentication | Operation authentication. Overrides HttpService authentication | 
| container | public | OperationContainer | Parent type being the interface, namespace or global namespace. | 
| operation | public | Operation | Operation type reference. | 
| overloading? | public | HttpOperation | Overload this operation | 
| overloads? | public | HttpOperation[] | List of operations that overloads this one. | 
| parameters | public | HttpOperationParameters | Parameters. | 
| path | public | string | Route path. Not recommended use uriTemplate instead. This will not work for complex cases like not-escaping reserved chars. | 
| responses | public | HttpOperationResponse[] | Responses. | 
| uriTemplate | readonly | string | The fully resolved uri template as defined by http://tools.ietf.org/html/rfc6570. Examples "/foo/{bar}/baz{?qux}""/foo/{+path}" | 
| verb | public | HttpVerb | Route verb. |