Constructor for a data model constraint. SDK users are not expected to invoke this constructor directly.
Constructor for a data model constraint. SDK users are not expected to invoke this constructor directly.
Name | Type | Description |
---|---|---|
props | Object | A dictionary of properties to set: |
init: function(props) {
props = props || {};
props.owner = props.owner || "";
this.query = props.search;
this.lineage = props.owner.split(".");
this.owner = this.lineage[this.lineage.length - 1];
}
});