An entity that represents a link category.
Name | Type | Description | Constraints |
|---|---|---|---|
id | Long | The ID assigned to the link category. | optional |
name | String | The name of the link category. | required maxLength:200 |
description | String | A description of the link category. | optional |
pattern | String | The regular expression that defines the criteria used to determine when a link is assigned to a particular link category. For example, the regular expression .*hotel.* assigns a link category to any URL that contains the word hotel (case-sensitive). | required maxLength:200 |