How to set a rename a VolumeComponent?

I’m working on a post-processing effect.
I want to set a custom name for a VolumeComponent in the inspector.
Right now Unity takes an auto-generated name from the class name.
here it’s written that Unity has a property displayName but I can’t find how to set it.

How can I set a custom name ?