Skip to content

Rule.io SDK


Rule.io SDK / rcml/src / SmsRfmAttrSpec

Interface: SmsRfmAttrSpec

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

Per-attribute descriptor inside an SMS RFM node spec.

Properties

allowedValues?

optional allowedValues?: string[]

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

Exhaustive list of allowed values for enum attributes.


description

description: string

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

Human-readable description.


examples?

optional examples?: string[]

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

Representative valid values.


required

required: boolean

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

true when the attribute must be present.


type

type: string

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

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