// Code generated by openapi-nexus. DO NOT EDIT.
//
// All Optional Properties Test — 1.0.0
// Test case for object with all optional properties including arrays, references, and inline objects
package com.example.sdk.runtime;
public enum ApiKeyLocation {
HEADER,
QUERY
}