global class CdpIdentityResolutionConfigPatchInput { global String description; global Boolean doesRunAutomatically; global String label; global List matchRules; global List reconciliationRules; global CdpIdentityResolutionConfigPatchInput() { } global Object clone() { } global Boolean equals(Object obj) { } global Integer hashCode() { } global String toString() { } }