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