TagValue interface

Tag information.

Properties

count

The tag value count.

id

The tag value ID. NOTE: This property will not be serialized. It can only be populated by the server.

tagValue

The tag value.

Property Details

count

The tag value count.

count?: TagCount

Property Value

id

The tag value ID. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

tagValue

The tag value.

tagValue?: string

Property Value

string