InsertPersonRequest constructor

InsertPersonRequest({
  1. EndOfSegmentLocation? endOfSegmentLocation,
  2. Location? location,
  3. PersonProperties? personProperties,
})

Implementation

InsertPersonRequest({
  this.endOfSegmentLocation,
  this.location,
  this.personProperties,
});