Class AddTagsResponse.TagType
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class AddTagsResponse.TagType : ITagType
Constructors
TagType()
The default parameterless constructor.
Declaration
public TagType()
TagType(ITagType)
Constructor to build from ITagType
Declaration
public TagType(ITagType tag)
Parameters
Type | Name | Description |
---|---|---|
ITagType | tag | The ITagType object. |
TagType(ITag)
Constructor to build from ITag
Declaration
public TagType(ITag tag)
Parameters
Type | Name | Description |
---|---|---|
ITag | tag | The ITag object. |
Properties
Label
The tag label for the response.
Declaration
public string? Label { get; set; }
Property Value
Type | Description |
---|---|
string |