Accessing DTO Data
After you create your DTO
instance, you can access any properties like an object
:
If you pass properties that are not listed in the rules
method of your DTO
, this data will be ignored and won't be available in your DTO
:
Last updated