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