VisitorInfoUpdateRequest constructor

VisitorInfoUpdateRequest({
  1. String? name,
  2. String? email,
  3. String? phone,
  4. String? externalId,
  5. String? note,
  6. NoteUpdateMethod? noteUpdateMethod,
  7. Map<String, String?>? customAttributes,
  8. CustomAttributesUpdateMethod? customAttrsUpdateMethod,
})

Implementation

VisitorInfoUpdateRequest({
  this.name,
  this.email,
  this.phone,
  this.externalId,
  this.note,
  this.noteUpdateMethod,
  this.customAttributes,
  this.customAttrsUpdateMethod,
});