global class VideoCallParticipantField {
|
global String contactFieldValue;
|
global Boolean doesFieldValuesMatch;
|
global String fieldLabel;
|
global String intakeFormFieldValue;
|
global VideoCallParticipantField() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|