Class ProjectsResponse
Class representing a projects response. See Tableau API Reference for documentation.
Inheritance
ProjectsResponse
Implements
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class ProjectsResponse : PagedTableauServerResponse<ProjectsResponse.ProjectType>, ITableauServerListResponse<ProjectsResponse.ProjectType>, ITableauServerResponse, IPageInfo
Properties
Items
Gets or sets the groups for the response.
Declaration
public override ProjectsResponse.ProjectType[] Items { get; set; }
Property Value
Type | Description |
---|---|
ProjectType[] |