communicationFormat property

WebhookCommunicationFormatEnum? get communicationFormat

Implementation

WebhookCommunicationFormatEnum? get communicationFormat =>
    _$this._communicationFormat;
set communicationFormat (WebhookCommunicationFormatEnum? communicationFormat)

Implementation

set communicationFormat(
  WebhookCommunicationFormatEnum? communicationFormat,
) => _$this._communicationFormat = communicationFormat;