Skip to content

Rule.io SDK


Rule.io SDK / client/src / CustomFieldDataResult

Interface: CustomFieldDataResult

Defined in: client/src/resources/subscribers/subscribers.types.ts:328

Result from single-record custom field data endpoints.

Extends

Properties

data?

optional data?: CustomFieldData

Defined in: client/src/resources/subscribers/subscribers.types.ts:329


error?

optional error?: string

Defined in: client/src/shared.types.ts:11

Inherited from

RuleApiResponse.error


message?

optional message?: string

Defined in: client/src/shared.types.ts:12

Inherited from

RuleApiResponse.message


success?

optional success?: boolean

Defined in: client/src/shared.types.ts:10

Inherited from

RuleApiResponse.success