TagCount

Represents a response containing tag usage counts

Tag Count is used to track how many times a tag is used.

TagCount Properties

TagCount

Field Type Inherited from Description
Count Int32 TagCount Gets or sets the number of times the tag is used
Tag String TagCount Gets or sets the tag name

JSON Structure of TagCount

{
   "Count"	:	"Int32",
   "Tag"	:	"String"
}