1 2 3 4 5 6 7 8 9 10 11
// Code generated by openapi-nexus. DO NOT EDIT. // // Duplicate Parameter Names Test API — 1.0.0 // Test API with duplicate parameter names across different locations package com.example.sdk.runtime; public enum ApiKeyLocation { HEADER, QUERY }