Class AdminTag
Tag
[DataContract]
public class AdminTag
- Inheritance
-
AdminTag
- Inherited Members
Properties
Access
The privilege of the dashboard administrator on the tag
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "access")]
public string Access { get; set; }
Property Value
TagText
The name of the tag
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "tag")]
public string TagText { get; set; }