Class LabelUpdateOptions
Implementation for a content item's label update options.
Implements
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public class LabelUpdateOptions : ILabelUpdateOptions
Constructors
LabelUpdateOptions(ILabel)
Constructor to build from ILabel
Declaration
public LabelUpdateOptions(ILabel label)
Parameters
Type | Name | Description |
---|---|---|
ILabel | label |
Properties
Active
Gets or sets the active flag.
Declaration
public bool Active { get; set; }
Property Value
Type | Description |
---|---|
bool |
Elevated
Gets or sets the active 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 |