communicationFormat property

Implementation

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

Implementation

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