Class AddTagsRequest
Class representing an add-tag request.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class AddTagsRequest : TableauServerRequest
Constructors
AddTagsRequest()
Create a new AddTagsRequest object.
Declaration
public AddTagsRequest()
AddTagsRequest(IEnumerable<ITag>)
Create a new AddTagsRequest object.
Declaration
public AddTagsRequest(IEnumerable<ITag> tags)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<ITag> | tags | The tags to populate the request with. |
Properties
Tags
The array of tags to add.
Declaration
public AddTagsRequest.TagType[] Tags { get; set; }
Property Value
Type | Description |
---|---|
TagType[] |