Interface ILabel
Interface for a content item's label.
Inherited Members
Namespace: Tableau.Migration.Content
Assembly: Tableau.Migration.dll
Syntax
public interface ILabel : IRestIdentifiable
Properties
Active
Gets the active flag.
Declaration
bool Active { get; }
Property Value
Type | Description |
---|---|
bool |
Category
Gets the category.
Declaration
string? Category { get; }
Property Value
Type | Description |
---|---|
string |
ContentId
Gets the ID for the label's content item.
Declaration
Guid ContentId { get; }
Property Value
Type | Description |
---|---|
Guid |
ContentType
Gets the type for the label's content item.
Declaration
string? ContentType { get; }
Property Value
Type | Description |
---|---|
string |
CreatedAt
Gets the create timestamp.
Declaration
string? CreatedAt { get; }
Property Value
Type | Description |
---|---|
string |
Elevated
Gets the active flag.
Declaration
bool Elevated { get; }
Property Value
Type | Description |
---|---|
bool |
Message
Gets the message.
Declaration
string? Message { get; }
Property Value
Type | Description |
---|---|
string |
OwnerId
Gets the owner ID.
Declaration
Guid OwnerId { get; }
Property Value
Type | Description |
---|---|
Guid |
SiteId
Gets the site ID.
Declaration
Guid SiteId { get; }
Property Value
Type | Description |
---|---|
Guid |
UpdatedAt
Gets the update timestamp.
Declaration
string? UpdatedAt { get; }
Property Value
Type | Description |
---|---|
string |
UserDisplayName
Gets the user display name.
Declaration
string? UserDisplayName { get; }
Property Value
Type | Description |
---|---|
string |
Value
Gets the value.
Declaration
string? Value { get; }
Property Value
Type | Description |
---|---|
string |