global class DashboardComponentAttachment {
|
global String componentId;
|
global String componentName;
|
global String dashboardBodyText;
|
global String dashboardId;
|
global String dashboardName;
|
global String fullSizeImageUrl;
|
global Datetime lastRefreshDate;
|
global String lastRefreshDateDisplayText;
|
global ConnectApi.UserSummary runningUser;
|
global String thumbnailUrl;
|
global DashboardComponentAttachment() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|