global class OCICreateReservationInputRepresentation { global String actionRequestId; global Boolean allowPartialReservations; global List createAllOrNothingRecords; global List createRecords; global Integer expirationSeconds; global String externalRefId; global String reservationId; global String reservationTime; global OCICreateReservationInputRepresentation() { } global Object clone() { } global Boolean equals(Object obj) { } global Integer hashCode() { } global String toString() { } }