SCTagType
Interface SCTagType. Tag Schema.
Properties
Property | Type | Description |
---|---|---|
active? | boolean | Tag active or not |
color | string | Hexadecimal format color code with prefix '#'. |
created_at? | string | Creation date time. |
deleted | boolean | Tag deleted or not |
description | string | Short description of the tag. |
id | number | Unique integer value identifying this tag. |
name | string | The name of the tag (unique together type). |
type? | string | The type of the tag (unique together name). |
visibility_boost? | boolean | The tag has a visibility boost. |
visible? | boolean | Tag publicly visible. |