Class UpdateLabelsRequest.LabelType
The class representing the label in the request.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class UpdateLabelsRequest.LabelType
Constructors
LabelType()
The default parameterless constructor.
Declaration
public LabelType()
LabelType(ILabelUpdateOptions)
Builds from ILabel.
Declaration
public LabelType(ILabelUpdateOptions updateOptions)
Parameters
Type | Name | Description |
---|---|---|
ILabelUpdateOptions | updateOptions | The options for label to update or create. |
Properties
Active
Gets or sets the active flag.
Declaration
public bool Active { get; set; }
Property Value
Type | Description |
---|---|
bool |
Elevated
Gets or sets the elevated flag.
Declaration
public bool Elevated { get; set; }
Property Value
Type | Description |
---|---|
bool |
Message
Gets or sets the message.
Declaration
public string? Message { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Gets or sets the value.
Declaration
public string? Value { get; set; }
Property Value
Type | Description |
---|---|
string |