Concept Flow - Nested object types
Define Outer Object Type
Include Inner Object Type
Create Variable with Nested Object
Access Nested Properties
Use Nested Object in Code
This flow shows how to define an object type that contains another object type inside it, create a variable with this nested structure, and access its inner properties.