Related record response structure

interface IQueryRelatedResponse {
    fields?: IField[];
    geometryType?: GeometryType;
    hasM?: boolean;
    hasZ?: boolean;
    relatedRecordGroups: IRelatedRecordGroup[];
    spatialReference?: ISpatialReference;
}

Hierarchy

  • IHasZM
    • IQueryRelatedResponse

Properties

fields?: IField[]
geometryType?: GeometryType
hasM?: boolean
hasZ?: boolean
relatedRecordGroups: IRelatedRecordGroup[]
spatialReference?: ISpatialReference