VisitorInfoUpdateRequest constructor
VisitorInfoUpdateRequest({
- String? name,
- String? email,
- String? phone,
- String? externalId,
- String? note,
- NoteUpdateMethod? noteUpdateMethod,
- Map<
String, String?> ? customAttributes, - CustomAttributesUpdateMethod? customAttrsUpdateMethod,
Implementation
VisitorInfoUpdateRequest({
this.name,
this.email,
this.phone,
this.externalId,
this.note,
this.noteUpdateMethod,
this.customAttributes,
this.customAttrsUpdateMethod,
});