Class LabelsResponse.LabelType
Class representing the label in the response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class LabelsResponse.LabelType
Properties
Active
Gets or sets the active flag.
Declaration
public bool Active { get; set; }
Property Value
Type | Description |
---|---|
bool |
Category
Gets or sets the category.
Declaration
public string? Category { get; set; }
Property Value
Type | Description |
---|---|
string |
ContentId
Gets or sets the ID for the label's content item.
Declaration
public Guid ContentId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
ContentType
Gets or sets the type for the label's content item.
Declaration
public string? ContentType { get; set; }
Property Value
Type | Description |
---|---|
string |
CreatedAt
Gets or sets the create timestamp.
Declaration
public string? CreatedAt { get; set; }
Property Value
Type | Description |
---|---|
string |
Elevated
Gets or sets the active flag.
Declaration
public bool Elevated { get; set; }
Property Value
Type | Description |
---|---|
bool |
Id
Gets or sets the ID.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Message
Gets or sets the message.
Declaration
public string? Message { get; set; }
Property Value
Type | Description |
---|---|
string |
Owner
Gets or sets the owner.
Declaration
public LabelsResponse.LabelType.OwnerType? Owner { get; set; }
Property Value
Type | Description |
---|---|
LabelsResponse.LabelType.OwnerType |
Site
Gets or sets the site.
Declaration
public LabelsResponse.LabelType.SiteType? Site { get; set; }
Property Value
Type | Description |
---|---|
LabelsResponse.LabelType.SiteType |
UpdatedAt
Gets or sets the update timestamp.
Declaration
public string? UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
string |
UserDisplayName
Gets or sets the user display name.
Declaration
public string? UserDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Gets or sets the value.
Declaration
public string? Value { get; set; }
Property Value
Type | Description |
---|---|
string |