AbstractLimitation Data Type

Abstract Type
Subtypes
Limitation, ClientLimitation
Properties
name data type description
field string
description string
entity string
dateModified number
operator FilterOperator
filterValue string
dateCreated number
id string
name string

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "field" : "...",
  "description" : "...",
  "entity" : "...",
  "dateModified" : 12345,
  "operator" : "CONTAINS_CASEI",
  "filterValue" : "...",
  "dateCreated" : 12345,
  "id" : "...",
  "name" : "..."
}