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