Appearance
Rule.io SDK / client/src / Tag
Interface: Tag
Defined in: client/src/resources/tags/tags.types.ts:20
A tag entity as returned by the v2 /tags API.
createdAt and updatedAt are only present in list responses — the single-tag endpoint omits them.
Extended by
Properties
createdAt?
optionalcreatedAt?:string
Defined in: client/src/resources/tags/tags.types.ts:32
ISO 8601 timestamp of when the tag was created.
Present in list responses. Absent in single-tag responses.
description?
optionaldescription?:string
Defined in: client/src/resources/tags/tags.types.ts:26
Optional tag description.
id
id:
number
Defined in: client/src/resources/tags/tags.types.ts:22
Tag ID.
name
name:
string
Defined in: client/src/resources/tags/tags.types.ts:24
Tag name.
updatedAt?
optionalupdatedAt?:string
Defined in: client/src/resources/tags/tags.types.ts:38
ISO 8601 timestamp of when the tag was last updated.
Present in list responses. Absent in single-tag responses.