Constant REQUIRED

Source
pub const REQUIRED: FieldBehavior;
Expand description

Denotes a field as required. This indicates that the field must be provided as part of the request, and failure to do so will cause an error (usually INVALID_ARGUMENT).