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

package.es.elements.nces.Webhooks.mjs Maven / Gradle / Ivy

The newest version!
import { ObjectElement } from '@swagger-api/apidom-core';
class Webhooks extends ObjectElement {
  static primaryClass = 'webhooks';
  constructor(content, meta, attributes) {
    super(content, meta, attributes);
    this.classes.push(Webhooks.primaryClass);
  }
}
export default Webhooks;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy