UNPKG

@broadcom/endevor-bridge-for-git-rest-api

Version:

Endevor Bridge for Git Rest client

10 lines (9 loc) 300 B
import { MfWebhookAction } from "./MfWebhookAction"; import { RequestMethod } from "../AbstractRequest"; export class CreateMFWebhookServerSettings extends MfWebhookAction { constructor(payload) { super(); this.payload = payload; this.method = RequestMethod.POST; } }