Class ReportSummaryChartData
Describes a collection of data points rendered as a Chart.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class ReportSummaryChartData : IDirectResponseSchema
Properties
DataPoints
Each data point in the chart is represented as a name-value pair with the name being the x-axis label, and the value being the y-axis value.
Declaration
[JsonProperty("dataPoints")]
public virtual IList<ReportSummaryChartDataDataPoint> DataPoints { get; set; }
Property Value
Type | Description |
---|---|
IList<ReportSummaryChartDataDataPoint> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |