Skip to main content
Skip to main content

ClaimTag

Claim Tags are user defined tags that can be assigned to claim items for easy filtering and grouping.

Constructors

constructor

new ClaimTag()

Claim Tags are user defined tags that can be assigned to claim items for easy filtering and grouping.

Properties

created_atDateRequired
The date with timezone at which the resource was created.
deleted_atnull | DateRequired
The date with timezone at which the resource was deleted.
idstringRequired
The claim tag's ID
metadataRecord<string, unknown>Required
An optional key-value map with additional details
updated_atDateRequired
The date with timezone at which the resource was updated.
valuestringRequired
The value that the claim tag holds

Methods

beforeInsert

Private beforeInsert(): void

Returns

void

voidvoid
Was this section helpful?