Skip to content

Rule.io SDK


Rule.io SDK / rcml/src / SmsRfmAttrSpec

Interface: SmsRfmAttrSpec

Defined in: rcml/src/sms/sms-rfm-spec.ts:25

Per-attribute descriptor inside an SMS RFM node or mark spec.

Properties

allowedValues?

optional allowedValues?: string[]

Defined in: rcml/src/sms/sms-rfm-spec.ts:35

Exhaustive list of allowed values for enum attributes.


description

description: string

Defined in: rcml/src/sms/sms-rfm-spec.ts:31

Human-readable description.


examples?

optional examples?: string[]

Defined in: rcml/src/sms/sms-rfm-spec.ts:33

Representative valid values.


required

required: boolean

Defined in: rcml/src/sms/sms-rfm-spec.ts:29

true when the attribute must be present.


type

type: string

Defined in: rcml/src/sms/sms-rfm-spec.ts:27

Broad value type, e.g. 'string', 'boolean', 'enum'.