global class IdentityVerfFormInput {
|
global String developerName;
|
global List<ConnectApi.IdentityVerfFormFieldInput> formVerificationFieldList;
|
global String selectedRecordId;
|
global IdentityVerfFormInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|