Appearance
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?
optionalcreatedAt?: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?
optionalupdatedAt?:string
Defined in: client/src/resources/custom-field/custom-field.types.ts:57
ISO 8601 timestamp of when the group was last updated.