Tag interface

Represents a Tag.

Properties

description

Gets or sets the description of the tag.

id

Gets the Tag ID. NOTE: This property will not be serialized. It can only be populated by the server.

imageCount

Gets the number of images with this tag. NOTE: This property will not be serialized. It can only be populated by the server.

name

Gets or sets the name of the tag.

type

Gets or sets the type of the tag. Possible values include: 'Regular', 'Negative', 'GeneralProduct'

Property Details

description

Gets or sets the description of the tag.

description: string

Property Value

string

id

Gets the Tag ID. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

imageCount

Gets the number of images with this tag. NOTE: This property will not be serialized. It can only be populated by the server.

imageCount?: number

Property Value

number

name

Gets or sets the name of the tag.

name: string

Property Value

string

type

Gets or sets the type of the tag. Possible values include: 'Regular', 'Negative', 'GeneralProduct'

type: TagType

Property Value