WebApiTagDefinition interface
The representation of a tag definition which is sent across the wire.
active | Whether or not the tag definition is active. |
id | ID of the tag definition. |
name | The name of the tag definition. |
url | Resource URL for the Tag Definition. |
Whether or not the tag definition is active.
active: boolean
Property Value
boolean
ID of the tag definition.
id: string
Property Value
string
The name of the tag definition.
name: string
Property Value
string
Resource URL for the Tag Definition.
url: string
Property Value
string