json constant

  1. @BuiltValueEnumConst.new(wireName: r'json')
WebhookCommunicationFormatEnum const json

Format or protocol for receiving webhooks. Possible values: * soap * http * json

Implementation

@BuiltValueEnumConst(wireName: r'json')
static const WebhookCommunicationFormatEnum json = _$webhookCommunicationFormatEnum_json;