Appearance
Rule.io SDK / client/src / ListAllCustomFieldDataParams
Interface: ListAllCustomFieldDataParams
Defined in: client/src/resources/subscribers/subscribers.types.ts:353
Params for listAllCustomFieldData.
Extends
Properties
filters?
optionalfilters?:CustomFieldDataFilters
Defined in: client/src/resources/subscribers/subscribers.types.ts:349
Inherited from
ListCustomFieldDataParams.filters
maxItems?
optionalmaxItems?:number
Defined in: client/src/resources/subscribers/subscribers.types.ts:355
Maximum number of records to collect before stopping. Prevents unbounded memory usage.
pagination?
optionalpagination?:PagePaginationParams
Defined in: client/src/resources/subscribers/subscribers.types.ts:348