global class CustomMetadataValue { global String field; global Object value; global CustomMetadataValue() { } global Object clone() { } }