global class SmartDataDiscoveryCustomizableFieldDefinitionInput {
|
global List<ConnectApi.SmartDataDiscoveryFilterInput> filters;
|
global String templateText;
|
global SmartDataDiscoveryCustomizableFieldDefinitionInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|