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