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