PartyActivityV1 constructor

PartyActivityV1(
  1. {String id,
  2. String org_id,
  3. DateTime time,
  4. String type,
  5. ReferenceV1 party,
  6. ReferenceV1 ref_item,
  7. List<ReferenceV1> ref_parents,
  8. ReferenceV1 ref_party,
  9. StringValueMap details}
)