1 2 3 4 5 6 7 8 9 10 11
// Code generated by openapi-nexus. DO NOT EDIT. // // Inline Object Test — 1.0.0 // Test case for inline objects (not arrays) with snake_case to camelCase conversion package com.example.sdk.runtime; public enum ApiKeyLocation { HEADER, QUERY }