Class WorkbookResponse.WorkbookType.WorkbookViewReferenceType.ViewTagType
Class representing a REST API view tags response.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class WorkbookResponse.WorkbookType.WorkbookViewReferenceType.ViewTagType : ITagType
Constructors
ViewTagType()
The default parameterless constructor.
Declaration
public ViewTagType()
ViewTagType(ITagType)
Constructor to build from ITagType
Declaration
public ViewTagType(ITagType tag)
Parameters
Type | Name | Description |
---|---|---|
ITagType | tag |
Properties
Label
The tag label for the response.
Declaration
public string? Label { get; set; }
Property Value
Type | Description |
---|---|
string |