package.es.elements.nces.ServerVariables.mjs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apidom-ns-openapi-3-0 Show documentation
Show all versions of apidom-ns-openapi-3-0 Show documentation
OpenAPI 3.0.x namespace for ApiDOM.
import { ObjectElement } from '@swagger-api/apidom-core';
class ServerVariables extends ObjectElement {
static primaryClass = 'server-variables';
constructor(content, meta, attributes) {
super(content, meta, attributes);
this.classes.push(ServerVariables.primaryClass);
}
}
export default ServerVariables;