pub const UNSPECIFIED: i32 = 0;Expand description
This is used to represent a value that has not been specified.
For example, an application could use UNSPECIFIED to indicate
that is did not not care what the specific value of a parameter was
and would accept whatever it was given.