The representation of a tag definition which is sent across the wire.

interface WebApiTagDefinition {
    active?: boolean;
    id?: string;
    name?: string;
    url?: string;
}

Properties

Properties

active?: boolean

Whether or not the tag definition is active.

id?: string

ID of the tag definition.

name?: string

The name of the tag definition.

url?: string

Resource URL for the Tag Definition.