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