Class ProjectsResponse.ProjectType.ContentCountsType
Class representing a REST API user response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class ProjectsResponse.ProjectType.ContentCountsType
Properties
DataSourceCount
Gets or sets the datasourceCount for the response.
Declaration
public string? DataSourceCount { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectCount
Gets or sets the projectCount for the response.
Declaration
public string? ProjectCount { get; set; }
Property Value
Type | Description |
---|---|
string |
ViewCount
Gets or sets the viewCount for the response.
Declaration
public string? ViewCount { get; set; }
Property Value
Type | Description |
---|---|
string |
WorkbookCount
Gets or sets the workbookCount for the response.
Declaration
public string? WorkbookCount { get; set; }
Property Value
Type | Description |
---|---|
string |