global class SmartDataDiscoveryRefreshJobInput {
|
global ConnectApi.SmartDataDiscoveryAssetReferenceInput refreshTarget;
|
global ConnectApi.SmartDataDiscoveryRefreshJobStatusEnum status;
|
global SmartDataDiscoveryRefreshJobInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|