Class AddTagsResponse
Class representing an add-tag request.
Inheritance
AddTagsResponse
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class AddTagsResponse : TableauServerListResponse<AddTagsResponse.TagType>, ITableauServerListResponse<AddTagsResponse.TagType>, ITableauServerResponse
Constructors
AddTagsResponse()
The default parameterless constructor.
Declaration
public AddTagsResponse()
Properties
Items
The array of tags to add.
Declaration
public override AddTagsResponse.TagType[] Items { get; set; }
Property Value
Type | Description |
---|---|
TagType[] |