method property
- @JsonKey.new(name: 'method', toJson: webhookToolApiSchemaConfigInputMethodNullableToJson, fromJson: webhookToolApiSchemaConfigInputMethodMethodNullableFromJson)
final
Implementation
@JsonKey(
name: 'method',
toJson: webhookToolApiSchemaConfigInputMethodNullableToJson,
fromJson: webhookToolApiSchemaConfigInputMethodMethodNullableFromJson,
)
final enums.WebhookToolApiSchemaConfigInputMethod? method;