method property
- @JsonKey.new(name: 'method', toJson: webhookToolApiSchemaConfigOutputMethodNullableToJson, fromJson: webhookToolApiSchemaConfigOutputMethodMethodNullableFromJson)
final
Implementation
@JsonKey(
name: 'method',
toJson: webhookToolApiSchemaConfigOutputMethodNullableToJson,
fromJson: webhookToolApiSchemaConfigOutputMethodMethodNullableFromJson,
)
final enums.WebhookToolApiSchemaConfigOutputMethod? method;