Class GetLabelsRequest
Class representing a get labels request.
See Tableau API Reference for documentation.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class GetLabelsRequest : TableauServerRequest
Constructors
GetLabelsRequest()
The default parameterless constructor.
Declaration
public GetLabelsRequest()
GetLabelsRequest(Guid, string)
Builds from content item type and content item ID.
Declaration
public GetLabelsRequest(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
ContentList
The list of content items to get get labels for.
Declaration
public GetLabelsRequest.ContentType[] ContentList { get; set; }
Property Value
Type | Description |
---|---|
ContentType[] |