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

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

import { OperationElement } from '@swagger-api/apidom-ns-openapi-3-0';
class Operation extends OperationElement {
  get requestBody() {
    return this.get('requestBody');
  }
  set requestBody(requestBody) {
    this.set('requestBody', requestBody);
  }
}
export default Operation;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy