// Code generated by openapi-nexus. DO NOT EDIT.
//
// Primitive Array Test — 1.0.0
// Test case for arrays with primitive items (should not be affected by recursive parsing)
package com.example.sdk.runtime;
public enum ApiKeyLocation {
HEADER,
QUERY
}