Operation

constructor(packageName: String, name: String, documentation: String?, method: IRTree.Operation.HttpMethod, path: String?, parameters: List<IRTree.Operation.Parameter>, headers: List<IRTree.Operation.Parameter>, queryParameters: List<IRTree.Operation.Parameter>, location: String?, address: String?, success: Int?, input: IRTree.Type?, inputContentType: ContentType?, output: IRTree.Type?, outputContentType: ContentType?, nullableOutput: Int?, fault: IRTree.NormalClass?, deprecated: Boolean)(source)