webhookToolApiSchemaConfigOutputMethodToJson function

String? webhookToolApiSchemaConfigOutputMethodToJson(
  1. WebhookToolApiSchemaConfigOutputMethod webhookToolApiSchemaConfigOutputMethod
)

Implementation

String? webhookToolApiSchemaConfigOutputMethodToJson(
    enums.WebhookToolApiSchemaConfigOutputMethod
        webhookToolApiSchemaConfigOutputMethod) {
  return webhookToolApiSchemaConfigOutputMethod.value;
}