Class UpdateLabelsRequest.ContentType
The class representing content in the request.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class UpdateLabelsRequest.ContentType
Constructors
ContentType()
The default parameterless constructor.
Declaration
public ContentType()
ContentType(Guid, string)
Builds from content item type and content item ID.
Declaration
public ContentType(Guid contentItemId, string contentItemType)
Parameters
Type | Name | Description |
---|---|---|
Guid | contentItemId | The ID of the content item to update the label for. |
string | contentItemType | The label content type from LabelContentTypes. |
Properties
ContentItemId
The ID of the content item to get labels for.
Declaration
public Guid ContentItemId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
ContentItemType
The type of content item. It can be one of LabelContentTypes.
Declaration
public string? ContentItemType { get; set; }
Property Value
Type | Description |
---|---|
string |