method property

  1. @JsonKey.new(name: 'method', toJson: webhookToolApiSchemaConfigInputMethodNullableToJson, fromJson: webhookToolApiSchemaConfigInputMethodMethodNullableFromJson)
WebhookToolApiSchemaConfigInputMethod? method
final

Implementation

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