Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace QueryableFieldSummary

An individual field that can be used as part of a query filter.

Properties

fieldName

fieldName: string

The name of the field to use when constructing the query. Field names are present for all types except {@code OBJECT}.

fieldType

fieldType: FieldType

The type of the field, which dictates the semantics and query constraints that you can use when searching or querying.

Optional objectProperties

objectProperties: Array<QueryableFieldSummary>

If the field type is {@code OBJECT}, this property lists the individual properties of the object that can be queried.

Functions

getDeserializedJsonObj

getJsonObj