WebApiTagDefinition interface
The representation of a tag definition which is sent across the wire.
Properties
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. |
Property Details
active
Whether or not the tag definition is active.
active: boolean
Property Value
boolean
id
ID of the tag definition.
id: string
Property Value
string
name
The name of the tag definition.
name: string
Property Value
string
url
Resource URL for the Tag Definition.
url: string
Property Value
string