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