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