Interface ILabelsContentApiClient<TContent>
Interface for an API client that gets or modifies content item's labels.
Namespace: Tableau.Migration.Api.Labels
Assembly: Tableau.Migration.dll
Syntax
public interface ILabelsContentApiClient<TContent> where TContent : IContentReference, IWithLabels
  Type Parameters
| Name | Description | 
|---|---|
| TContent | 
Properties
Labels
Gets the labels API client.
Declaration
ILabelsApiClient<TContent> Labels { get; }
  Property Value
| Type | Description | 
|---|---|
| ILabelsApiClient<TContent> |