encryptionProtocol property

Implementation

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

Implementation

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