webhookToolApiSchemaConfigInputMethodToJson function

String? webhookToolApiSchemaConfigInputMethodToJson(
  1. WebhookToolApiSchemaConfigInputMethod webhookToolApiSchemaConfigInputMethod
)

Implementation

String? webhookToolApiSchemaConfigInputMethodToJson(
    enums.WebhookToolApiSchemaConfigInputMethod
        webhookToolApiSchemaConfigInputMethod) {
  return webhookToolApiSchemaConfigInputMethod.value;
}