@abaplint/core
Version:
abaplint - Core API
21 lines • 638 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GatewayODataGroupAndAssignment = void 0;
const _abstract_object_1 = require("./_abstract_object");
class GatewayODataGroupAndAssignment extends _abstract_object_1.AbstractObject {
getType() {
return "G4BA";
}
getAllowedNaming() {
return {
maxLength: 32,
allowNamespace: true,
};
}
getDescription() {
// todo
return undefined;
}
}
exports.GatewayODataGroupAndAssignment = GatewayODataGroupAndAssignment;
//# sourceMappingURL=gateway_odata_group_and_assignment.js.map