DataModel.js 1.3 KB

12345
  1. /*
  2. All material copyright ESRI, All Rights Reserved, unless otherwise specified.
  3. See https://js.arcgis.com/4.25/esri/copyright.txt for details.
  4. */
  5. import{_ as t}from"../../chunks/tslib.es6.js";import o from"../../core/Accessor.js";import{property as e}from"../../core/accessorSupport/decorators/property.js";import"../../core/arrayUtils.js";import"../../core/accessorSupport/ensureType.js";import{subclass as i}from"../../core/accessorSupport/decorators/subclass.js";let s=class extends o{constructor(t){super(t),this.timestamp=null,this.spatialReference=null,this.strict=null,this.objectIdField=null,this.globalIdField=null,this.originEntityGlobalIdField=null,this.destEntityGlobalIdField=null,this.documentEntityTypeInfo=null,this.entityTypes=null,this.relationshipTypes=null}};t([e()],s.prototype,"timestamp",void 0),t([e()],s.prototype,"spatialReference",void 0),t([e()],s.prototype,"strict",void 0),t([e()],s.prototype,"objectIdField",void 0),t([e()],s.prototype,"globalIdField",void 0),t([e()],s.prototype,"originEntityGlobalIdField",void 0),t([e()],s.prototype,"destEntityGlobalIdField",void 0),t([e()],s.prototype,"documentEntityTypeInfo",void 0),t([e()],s.prototype,"entityTypes",void 0),t([e()],s.prototype,"relationshipTypes",void 0),s=t([i("esri.rest.knowledgeGraph.DataModel")],s);const r=s;export{r as default};