method property

  1. @JsonKey.new(name: 'method', toJson: webhookToolApiSchemaConfigOutputMethodNullableToJson, fromJson: webhookToolApiSchemaConfigOutputMethodMethodNullableFromJson)
WebhookToolApiSchemaConfigOutputMethod? method
final

Implementation

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