global class ContentHubItemInput {
|
global List<ConnectApi.ContentHubFieldValueInput> fields;
|
global String itemTypeId;
|
global ContentHubItemInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|