Interface ILabelUpdateOptions
Interface for a content item's label update options.
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public interface ILabelUpdateOptions
Properties
Active
Gets or sets the active flag.
Declaration
bool Active { get; }
Property Value
Type | Description |
---|---|
bool |
Elevated
Gets or sets the active flag.
Declaration
bool Elevated { get; }
Property Value
Type | Description |
---|---|
bool |
Message
Gets or sets the message.
Declaration
string? Message { get; }
Property Value
Type | Description |
---|---|
string |
Value
Gets or sets the value.
Declaration
string? Value { get; }
Property Value
Type | Description |
---|---|
string |