Skip to content

Rule.io SDK


Rule.io SDK / client/src / CustomFieldGroup

Interface: CustomFieldGroup

Defined in: client/src/resources/custom-field/custom-field.types.ts:47

A custom field group, as returned by CustomFieldClient.getGroup and CustomFieldClient.listGroups.

Properties

createdAt?

optional createdAt?: string

Defined in: client/src/resources/custom-field/custom-field.types.ts:55

ISO 8601 timestamp of when the group was created.


fields

fields: CustomFieldDefinition[]

Defined in: client/src/resources/custom-field/custom-field.types.ts:53

Fields defined in this group.


id

id: number

Defined in: client/src/resources/custom-field/custom-field.types.ts:49

Group ID.


name

name: string

Defined in: client/src/resources/custom-field/custom-field.types.ts:51

Group name.


updatedAt?

optional updatedAt?: string

Defined in: client/src/resources/custom-field/custom-field.types.ts:57

ISO 8601 timestamp of when the group was last updated.