optional property

bool? optional
getter/setter pair

(optional) A boolean whether this field is required to proceed or not. Defaults to false.

Implementation

bool? optional;