The representation of data needed to create a tag definition which is sent across the wire.

interface WebApiCreateTagRequestData {
    name: string;
}

Properties

Properties

name: string

Name of the tag definition that will be created.