#[scaffolding_struct]Expand description
Modifying a struct
Dynammically adds the following public attributes to the struct
- id: String
- created_dtm: i64
- modified_dtm: i64
- inactive_dtm: i64
- expired_dtm: i64
- activity: Vec
Optionally
- addresses: BTreeMap<String, Address>
- metadata: BTreeMap<String, String>
- notes: BTreeMap<String, Note>
- phone_numbers: BTreeMap<String, PhoneNumber>
- tags: Vec