Class FlowsResponse.FlowType.TagType
Class representing a REST API tag response.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class FlowsResponse.FlowType.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. |
Properties
Label
Gets or sets the label for the response.
Declaration
public string? Label { get; set; }
Property Value
Type | Description |
---|---|
string |