All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.es.elements.Reference.mjs Maven / Gradle / Ivy

The newest version!
import { ReferenceElement } from '@swagger-api/apidom-ns-openapi-3-0';
class Reference extends ReferenceElement {}
Object.defineProperty(Reference.prototype, 'description', {
  get() {
    return this.get('description');
  },
  set(description) {
    this.set('description', description);
  },
  enumerable: true
});
Object.defineProperty(Reference.prototype, 'summary', {
  get() {
    return this.get('summary');
  },
  set(description) {
    this.set('summary', description);
  },
  enumerable: true
});
export default Reference;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy