communicationFormat property

Implementation

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

Implementation

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