// Code generated by openapi-nexus. DO NOT EDIT.
//
// Array with Reference Property Test — 1.0.0
// Test case for array of inline objects that contain a reference property
package com.example.sdk.runtime;
public enum ApiKeyLocation {
HEADER,
QUERY
}