webhookToolApiSchemaConfigOutputMethodNullableToJson function

String? webhookToolApiSchemaConfigOutputMethodNullableToJson(
  1. WebhookToolApiSchemaConfigOutputMethod? webhookToolApiSchemaConfigOutputMethod
)

Implementation

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