global class ReferenceLineError {
|
global List<ConnectApi.ErrorResponse> errors;
|
global String referenceLineId;
|
global ReferenceLineError() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|