encryptionProtocol property
UpdateCompanyWebhookRequestEncryptionProtocolEnum?
get
encryptionProtocol
Implementation
UpdateCompanyWebhookRequestEncryptionProtocolEnum? get encryptionProtocol =>
_$this._encryptionProtocol;
set
encryptionProtocol
(UpdateCompanyWebhookRequestEncryptionProtocolEnum? encryptionProtocol)
Implementation
set encryptionProtocol(
UpdateCompanyWebhookRequestEncryptionProtocolEnum? encryptionProtocol,
) => _$this._encryptionProtocol = encryptionProtocol;