Operation

constructor(packageName: String, name: String, documentation: String? = null, method: IRTree.Operation.HttpMethod, path: String?, parameters: List<IRTree.Operation.Parameter> = emptyList(), headers: List<IRTree.Operation.Parameter> = emptyList(), queryParameters: List<IRTree.Operation.Parameter> = emptyList(), location: String? = null, soapAction: String? = null, success: StatusCode? = null, input: IRTree.Type?, inputContentType: ContentType?, output: IRTree.Type?, outputContentType: ContentType?, outputHeaders: List<IRTree.Operation.Parameter> = emptyList(), notFound: Boolean, fault: IRTree.NormalClass? = null, faultHeaders: List<IRTree.Operation.Parameter> = emptyList(), deprecated: Boolean = false)(source)