Process Flow - Optional attributes in objects
Define object type with optional attribute
Create object instance
Include optional
Validate object
Use object safely
This flow shows how an object with optional attributes can be defined, instantiated with or without the optional attribute, validated, and then used safely.