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

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

The newest version!
import { InfoElement } from '@swagger-api/apidom-ns-openapi-3-0';
class Info extends InfoElement {
  get license() {
    return this.get('license');
  }
  set license(licenseElement) {
    this.set('license', licenseElement);
  }
  get summary() {
    return this.get('summary');
  }
  set summary(summary) {
    this.set('summary', summary);
  }
}
export default Info;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy